|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkieker.webgui.web.beans.view.ControllerBean
@Component @Scope(value="view") public final class ControllerBean
The ControllerBean
contains the necessary data behind an instance of the analysis controller. The class is a Spring managed bean with view scope to
make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
Constructor Summary | |
---|---|
ControllerBean()
Creates a new instance of this class. |
Method Summary | |
---|---|
void |
cleanAnalysis()
This method cleans the current analysis instance. |
void |
emergencyShutdown()
Initializes an emergency shutdown. |
Object[] |
getAnalysisLog()
Delivers the available log entries of the current analysis controller instance. |
String |
getCurrentDetailMessage()
|
String |
getProjectName()
|
Collection<LogEntry> |
getViewLog()
Delivers the available log entries of the current view. |
void |
instantiateAnalysis()
This method initializes the current analysis and informs the user about a fail. |
boolean |
isAnalysisFailed()
Checks whether the analysis is currently in the failed state. |
boolean |
isAnalysisNotAvailable()
Checks whether the analysis is not available. |
boolean |
isAnalysisReady()
Checks whether the analysis is currently in the ready state. |
boolean |
isAnalysisRunning()
Checks whether the analysis is currently running. |
boolean |
isAnalysisTerminated()
Checks whether the analysis is currently terminated. |
boolean |
isAnalysisTerminating()
Checks whether the analysis is currently terminating. |
void |
reloadCockpit()
Reloads the cockpit displays of the current project. |
void |
setCurrentDetailMessage(String detailMessage)
|
void |
setProjectName(String newName)
|
void |
startAnalysis()
This method starts the current analysis and informs the user about a fail. |
void |
stopAnalysis()
This method stops the current analysis and informs the user about a fail. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControllerBean()
Method Detail |
---|
public void setProjectName(String newName)
public String getProjectName()
public void startAnalysis()
public void reloadCockpit()
public void stopAnalysis()
public void emergencyShutdown()
public void instantiateAnalysis()
public void cleanAnalysis()
public boolean isAnalysisRunning()
public boolean isAnalysisTerminating()
public boolean isAnalysisReady()
public boolean isAnalysisNotAvailable()
public boolean isAnalysisTerminated()
public boolean isAnalysisFailed()
public Object[] getAnalysisLog()
public void setCurrentDetailMessage(String detailMessage)
public String getCurrentDetailMessage()
public Collection<LogEntry> getViewLog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |