Uses of Class
com.bankframe.fe.statemachine.base.StateMachineException

Packages that use StateMachineException
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.base.apploaders   
com.bankframe.fe.statemachine.ext.apploaders.sax   
com.bankframe.fe.statemachine.ext.connectors.swing   
 

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 IUserSessionManager UserSessionManagerFactory.getUserSessionManager()
          Deprecated. use getUserSessionManager(Properties).
static IUserSessionManager UserSessionManagerFactory.getUserSessionManager(java.util.Properties properties)
          Returns a new UserSessionManager subclass based on the value of the ie.greasan.statemachine.UserSessionManager property.
static IView RequestManager.manageRequest(IRequest request, IResponse response, java.util.Properties properties)
          This method calls buildDefaultRequestContext then RequestManager.manageRequest(RequestContext).
static IView RequestManager.manageRequest(IRequest request, IResponse response)
          Deprecated. use manageRequest(IRequest, IResponse, Properties)
static RequestContext RequestManager.buildDefaultRequestContext(IRequest request, IResponse response, java.util.Properties properties)
          This method creates a new RequestContext based on the values given.
static IView RequestManager.manageRequest(RequestContext requestContext)
          This method is the core of the statemachine.
static IApplicationManager ApplicationManagerFactory.getApplicationManager()
          Deprecated. use getApplicationManager(Properties).
static IApplicationManager ApplicationManagerFactory.getApplicationManager(java.util.Properties properties)
          Returns an instance of IApplicationManager based on the value of the ie.greasan.statemachine.ApplicationManager property.
 

Uses of StateMachineException in com.bankframe.fe.statemachine.base.apploaders
 

Methods in com.bankframe.fe.statemachine.base.apploaders that throw StateMachineException
 void State.executeStateCommand(IStateCommand command, boolean recurse)
          This method executes the given command on this state and (optionally) all child states.
 java.lang.Object IStateCommand.executeBefore(IState state)
          This method will be called by the given state, and may perform any operation on that state.
 java.lang.Object IStateCommand.executeAfter(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.
 IApplication IApplicationManager.getDefaultApplication()
          Returns an IApplication implementor for a default (unnamed) application.
 IApplication IApplicationManager.getApplication(java.lang.String name)
          Returns an IApplication implementor for the named application.
 boolean IApplicationManager.refreshApplication(java.lang.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 XmlApplicationLoaderException
          Exception class for any exceptions thrown while loading the application from XML.
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that throw StateMachineException
 void State.executeStateCommand(IStateCommand command, boolean recurse)
          This method executes the given command on this state and (optionally) all child states.
 java.lang.Object SMContentHandler.InitializeProcessUserStateCommand.executeAfter(IState state)
           
 java.lang.Object SMContentHandler.InitializeProcessUserStateCommand.executeBefore(IState s)
           
 IApplication ApplicationManager.getApplication(java.lang.String name)
           
 IApplication ApplicationManager.getDefaultApplication()
           
 boolean ApplicationManager.refreshApplication(java.lang.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
ThreadedStateMachineEventDispatcher(ViewContainer viewContainer, java.util.Properties stateMachineParameters)
          Creates new StateMachineEventDispatcher.
StateMachineEventDispatcher(ViewContainer viewContainer, java.util.Properties stateMachineParameters)
          Creates new StateMachineEventDispatcher.
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.