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

Packages that use StateMachineUserException
com.bankframe.fe.statemachine.base.apps   
com.bankframe.fe.statemachine.ext.apps   
com.bankframe.fe.statemachine.ext.connectors.servlet   
com.bankframe.fe.statemachine.ext.connectors.swing   
 

Uses of StateMachineUserException in com.bankframe.fe.statemachine.base.apps
 

Methods in com.bankframe.fe.statemachine.base.apps that throw StateMachineUserException
 IStateTransition IController.getResult(RequestContext requestContext, IEvent event)
          Implement this method to choose between the possible state transitions from this event.
 void IController.doSideEffects(RequestContext requestContext, IStateTransition transition)
          This method is called by the statemachine after it has determined that the transition to the new state can be made without any errors.
 void IView.build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 IStateTransition SimpleController.getResult(RequestContext requestContext, IEvent event)
          This method returns the first StateTransition available from the given Event.
 void SimpleController.doSideEffects(RequestContext requestContext, IStateTransition transition)
          This is an empty method required by the IController interface.
 void AutoViewController.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 IStateTransition AutoViewController.getResult(RequestContext requestContext, IEvent event)
          This method looks for a request parameter 'selectedTransition'.
 

Uses of StateMachineUserException in com.bankframe.fe.statemachine.ext.apps
 

Methods in com.bankframe.fe.statemachine.ext.apps that throw StateMachineUserException
 IStateTransition Controller.getResult(RequestContext requestContext, IEvent event)
           
 void Controller.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 void View.build(RequestContext requestContext, IState currentState)
           
static void View.build(RequestContext requestContext, IState currentState, IView view)
          This is a convenience method for those classes that must implement IView but cannot extend this class.
 void IView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 

Uses of StateMachineUserException in com.bankframe.fe.statemachine.ext.connectors.servlet
 

Methods in com.bankframe.fe.statemachine.ext.connectors.servlet that throw StateMachineUserException
 void XSLTView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 void AutoView.build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 void JSPView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 

Uses of StateMachineUserException in com.bankframe.fe.statemachine.ext.connectors.swing
 

Methods in com.bankframe.fe.statemachine.ext.connectors.swing that throw StateMachineUserException
 void AutoView.build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 void SwingView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 void SwingView.build(RequestContext requestContext, IState currentState)
           
 



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