|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.statemachine.base.apploaders.State
com.bankframe.fe.statemachine.ext.apploaders.bean.State
com.bankframe.fe.statemachine.ext.apploaders.bean.FinalState
public class 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. |
Iterator |
getEvents()
Returns an iterator over all the events that can be thrown from this state. |
IState |
getExceptionState(String exceptionDescription)
Returns a State which can be used if the named exception occurs. |
String |
getId()
Returns this states Id. |
String |
getTitle()
Returns the title. |
IView |
getView()
Returns the IView implementor for this state. |
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(String exceptionDescription)
IState
getExceptionState in interface IStategetExceptionState in class StateexceptionDescription - the exception which has been thrown to RequestManager
IState.getExceptionState(String)public String getTitle()
State
getTitle in interface IStategetTitle in class StateIState.getTitle()public 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 Iterator getEvents()
State
getEvents in interface IStategetEvents in class StateIState.getEvents()public Properties getViewProperties()
getViewProperties 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 | |||||||||