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
 void IView.build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 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 SimpleController.doSideEffects(RequestContext requestContext, IStateTransition transition)
          This is an empty method required by the IController interface.
 void AutoViewController.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 IStateTransition IController.getResult(RequestContext requestContext, IEvent event)
          Implement this method to choose between the possible state transitions from this event.
 IStateTransition SimpleController.getResult(RequestContext requestContext, IEvent event)
          This method returns the first StateTransition available from the given Event.
 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
 void IView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 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 Controller.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 IStateTransition Controller.getResult(RequestContext requestContext, IEvent event)
           
 

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 JSPView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 void AutoView.build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 

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

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



Copyright © 2005, 2007, Oracle. All rights reserved.