| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StateMachineException in com.bankframe.fe.statemachine.base | 
|---|
| Subclasses of StateMachineException in com.bankframe.fe.statemachine.base | |
|---|---|
|  class | ControllerNotFoundException | 
|  class | StateMachineUserException | 
|  class | ViewNotFoundException | 
| Methods in com.bankframe.fe.statemachine.base that return StateMachineException | |
|---|---|
|  StateMachineException | RequestContext.getException()Getter for property exception. | 
| Methods in com.bankframe.fe.statemachine.base with parameters of type StateMachineException | |
|---|---|
|  void | RequestContext.setException(StateMachineException exception)Setter for property exception. | 
| Methods in com.bankframe.fe.statemachine.base that throw StateMachineException | |
|---|---|
| static RequestContext | RequestManager.buildDefaultRequestContext(IRequest request,
                           IResponse response,
                           Properties properties)This method creates a new RequestContext based on the values given. | 
| static IApplicationManager | ApplicationManagerFactory.getApplicationManager()Deprecated. use getApplicationManager(Properties). | 
| static IApplicationManager | ApplicationManagerFactory.getApplicationManager(Properties properties)Returns an instance of IApplicationManager based on the value of the ie.greasan.statemachine.ApplicationManagerproperty. | 
| static IUserSessionManager | UserSessionManagerFactory.getUserSessionManager()Deprecated. use getUserSessionManager(Properties). | 
| static IUserSessionManager | UserSessionManagerFactory.getUserSessionManager(Properties properties)Returns a new UserSessionManager subclass based on the value of the ie.greasan.statemachine.UserSessionManagerproperty. | 
| static IView | RequestManager.manageRequest(IRequest request,
              IResponse response)Deprecated. use manageRequest(IRequest, IResponse, Properties) | 
| static IView | RequestManager.manageRequest(IRequest request,
              IResponse response,
              Properties properties)This method calls buildDefaultRequestContext then RequestManager.manageRequest(RequestContext). | 
| static IView | RequestManager.manageRequest(RequestContext requestContext)This method is the core of the statemachine. | 
| Uses of StateMachineException in com.bankframe.fe.statemachine.base.apploaders | 
|---|
| Methods in com.bankframe.fe.statemachine.base.apploaders that throw StateMachineException | |
|---|---|
|  Object | IStateCommand.executeAfter(IState state)This method will be called by the given state, and may perform any operation on that state. | 
|  Object | IStateCommand.executeBefore(IState state)This method will be called by the given state, and may perform any operation on that state. | 
|  void | IState.executeStateCommand(IStateCommand command,
                    boolean recurse)This method executes the given command on this state and (optionally) all child states. | 
|  void | State.executeStateCommand(IStateCommand command,
                    boolean recurse)This method executes the given command on this state and (optionally) all child states. | 
|  IApplication | IApplicationManager.getApplication(String name)Returns an IApplication implementor for the named application. | 
|  IApplication | IApplicationManager.getDefaultApplication()Returns an IApplication implementor for a default (unnamed) application. | 
|  boolean | IApplicationManager.refreshApplication(String name)This method reloads the named application from whatever persistence is used by the application manager. | 
| Uses of StateMachineException in com.bankframe.fe.statemachine.ext.apploaders.sax | 
|---|
| Subclasses of StateMachineException in com.bankframe.fe.statemachine.ext.apploaders.sax | |
|---|---|
|  class | XmlApplicationLoaderExceptionException class for any exceptions thrown while loading the application from XML. | 
| Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that throw StateMachineException | |
|---|---|
|  Object | SMContentHandler.InitializeProcessUserStateCommand.executeAfter(IState state) | 
|  Object | SMContentHandler.InitializeProcessUserStateCommand.executeBefore(IState s) | 
|  void | State.executeStateCommand(IStateCommand command,
                    boolean recurse)This method executes the given command on this state and (optionally) all child states. | 
|  IApplication | ApplicationManager.getApplication(String name) | 
|  IApplication | ApplicationManager.getDefaultApplication() | 
|  boolean | ApplicationManager.refreshApplication(String name) | 
| Uses of StateMachineException in com.bankframe.fe.statemachine.ext.connectors.swing | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.connectors.swing that throw StateMachineException | |
|---|---|
|  void | StateMachineEventListener.handleStatemachineEvent(StateMachineEvent evt) | 
| Constructors in com.bankframe.fe.statemachine.ext.connectors.swing that throw StateMachineException | |
|---|---|
| StateMachineEventDispatcher(ViewContainer viewContainer,
                            Properties stateMachineParameters)Creates new StateMachineEventDispatcher. | |
| ThreadedStateMachineEventDispatcher(ViewContainer viewContainer,
                                    Properties stateMachineParameters)Creates new StateMachineEventDispatcher. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||