|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bankframe.fe.statemachine.base.apploaders.State
|
+--com.bankframe.fe.statemachine.ext.apploaders.bean.State
|
+--com.bankframe.fe.statemachine.ext.apploaders.bean.FinalState
| Constructor Summary | |
FinalState()
|
|
| Method Summary | |
boolean |
acceptsEvent(IEvent event)
Returns trus if the given event is a valid event to be throws from this state. |
java.util.Iterator |
getEvents()
Returns an iterator over all the events that can be thrown from this state. |
IState |
getExceptionState(java.lang.String exceptionDescription)
Returns a State which can be used if the named exception occurs. |
java.lang.String |
getId()
Returns this states Id. |
java.lang.String |
getTitle()
Returns the title. |
IView |
getView()
Returns the IView implementor for this state. |
java.util.Properties |
getViewProperties()
|
| Methods inherited from class com.bankframe.fe.statemachine.ext.apploaders.bean.State |
addChild, addEvent, addExceptionState, addProcess, addProcessAt, addPropertyChangeListener, addPropertyChangeListener, getInputRequirements, getParent, getProcesses, getProcessUser, getRootState, getStateById, getUserProperties, getViewClassName, removeProcess, removeProcessAt, removePropertyChangeListener, removePropertyChangeListener, setDefaultEvent, setId, setInputRequirements, setParent, setProcessUser, setTitle, setUserProperties, setViewClassName, setViewProperties, swapProcesses |
| Methods inherited from class com.bankframe.fe.statemachine.base.apploaders.State |
acceptsSession, executeStateCommand, getChildren, getDefaultEvent, getEvent, getParentState, getTitle, getUnitOfWork, getUserProperties, getView |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bankframe.fe.statemachine.base.apploaders.IState |
acceptsSession, executeStateCommand, getChildren, getDefaultEvent, getEvent, getParentState, getUnitOfWork |
| Constructor Detail |
public FinalState()
| Method Detail |
public IState getExceptionState(java.lang.String exceptionDescription)
IState
getExceptionState in interface IStategetExceptionState in class StateexceptionDescription - the exception which has been thrown to RequestManager
IState.getExceptionState(String)public java.lang.String getTitle()
State
getTitle in interface IStategetTitle in class StateIState.getTitle()public java.lang.String getId()
IState
getId in interface IStategetId in class Statepublic boolean acceptsEvent(IEvent event)
IState
acceptsEvent in interface IStateacceptsEvent in class Stateevent - the event to be checked
IState.acceptsEvent(IEvent)public java.util.Iterator getEvents()
IState
getEvents in interface IStategetEvents in class StateIState.getEvents()public java.util.Properties getViewProperties()
getViewProperties in interface IStategetViewProperties in class StateIState.getViewProperties()
public IView getView()
throws ViewNotFoundException
IState
getView in interface IStategetView in class StateViewNotFoundExceptionIState.getView()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||