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

Packages that use RequestContext
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.base.apps   
com.bankframe.fe.statemachine.base.sessionmanagers   
com.bankframe.fe.statemachine.ext.apploaders   
com.bankframe.fe.statemachine.ext.apploaders.bean   
com.bankframe.fe.statemachine.ext.apps   
com.bankframe.fe.statemachine.ext.connectors.servlet   
com.bankframe.fe.statemachine.ext.connectors.swing   
com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory   
com.bankframe.fe.statemachine.ext.sessionmanagers.servlet   
 

Uses of RequestContext in com.bankframe.fe.statemachine.base
 

Methods in com.bankframe.fe.statemachine.base that return RequestContext
 RequestContext StateMachineProcessingEvent.getRequestContext()
           
static RequestContext RequestManager.buildDefaultRequestContext(IRequest request, IResponse response, java.util.Properties properties)
          This method creates a new RequestContext based on the values given.
 

Methods in com.bankframe.fe.statemachine.base with parameters of type RequestContext
static IView RequestManager.manageRequest(RequestContext requestContext)
          This method is the core of the statemachine.
 

Constructors in com.bankframe.fe.statemachine.base with parameters of type RequestContext
StateMachineProcessingEvent(RequestContext source, IState state, IEvent event)
           
StateMachineProcessingEvent(RequestContext source, IState state, IEvent event, IController controller)
           
StateMachineProcessingEvent(RequestContext source, IState state, IEvent event, IStateTransition transition)
           
StateMachineProcessingEvent(RequestContext source, IState state, IView view)
           
 

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

Methods in com.bankframe.fe.statemachine.base.apps with parameters of type RequestContext
 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 IView.build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 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 AutoViewController.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 IStateTransition AutoViewController.getResult(RequestContext requestContext, IEvent event)
          This method looks for a request parameter 'selectedTransition'.
 

Uses of RequestContext in com.bankframe.fe.statemachine.base.sessionmanagers
 

Methods in com.bankframe.fe.statemachine.base.sessionmanagers with parameters of type RequestContext
 IUserSession IUserSessionManager.getSession(RequestContext requestContext)
          Returns an IUserSession based on the contents of the requestContext.
 

Uses of RequestContext in com.bankframe.fe.statemachine.ext.apploaders
 

Methods in com.bankframe.fe.statemachine.ext.apploaders with parameters of type RequestContext
 int NullGuardCondition.checkGuardCondition(Inputs inputs, java.util.Vector processExecutionRecords, RequestContext requestContext, IStateTransition stateTransition)
           
 int IStateTransition.checkGuardCondition(Inputs inputs, java.util.Vector processExecutionRecords, RequestContext requestContext)
           
 int IGuardCondition.checkGuardCondition(Inputs inputs, java.util.Vector processExecutionRecords, RequestContext requestContext, IStateTransition stateTransition)
           
 

Uses of RequestContext in com.bankframe.fe.statemachine.ext.apploaders.bean
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.bean with parameters of type RequestContext
 int StateTransition.checkGuardCondition(Inputs inputs, java.util.Vector resultDataPackets, RequestContext requestContext)
           
 int ResultBasedGuardCondition.checkGuardCondition(Inputs inputs, java.util.Vector processExecutionRecords, RequestContext requestContext, IStateTransition stateTransition)
           
 int InputBasedGuardCondition.checkGuardCondition(Inputs inputs, java.util.Vector processExecutionRecords, RequestContext requestContext, IStateTransition stateTransition)
           
 int FixedValueGuardCondition.checkGuardCondition(Inputs inputs, java.util.Vector processExecutionRecords, RequestContext requestContext, IStateTransition stateTransition)
           
 

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

Methods in com.bankframe.fe.statemachine.ext.apps with parameters of type 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 IView.build(IState state, Inputs inputs, RequestContext requestContext)
           
 IStateTransition Controller.getResult(RequestContext requestContext, IEvent event)
           
 void Controller.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 

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

Methods in com.bankframe.fe.statemachine.ext.connectors.servlet with parameters of type RequestContext
 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 RequestContext in com.bankframe.fe.statemachine.ext.connectors.swing
 

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

Uses of RequestContext in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory with parameters of type RequestContext
 IUserSession UserSessionManager.getSession(RequestContext requestContext)
          Returns an IUserSession based on the contents of the requestContext.
 

Uses of RequestContext in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet with parameters of type RequestContext
 IUserSession UserSessionManager.getSession(RequestContext requestContext)
          Returns an IUserSession based on the contents of the requestContext.
 



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