Uses of Interface
com.bankframe.fe.statemachine.base.apploaders.IStateTransition

Packages that use IStateTransition
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.base.apploaders   
com.bankframe.fe.statemachine.base.apps   
com.bankframe.fe.statemachine.ext.apploaders   
com.bankframe.fe.statemachine.ext.apploaders.bean   
com.bankframe.fe.statemachine.ext.apploaders.sax   
com.bankframe.fe.statemachine.ext.apps   
com.bankframe.fe.statemachine.ext.connectors.swing   
 

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

Methods in com.bankframe.fe.statemachine.base that return IStateTransition
 IStateTransition StateMachineProcessingEvent.getTransition()
          Returns the transition.
 

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

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

Classes in com.bankframe.fe.statemachine.base.apploaders that implement IStateTransition
 class StateTransition
           
 

Methods in com.bankframe.fe.statemachine.base.apploaders that return IStateTransition
 IStateTransition StartupEvent.getTransition(java.lang.String name)
          Returns the state transition with the given name.
 IStateTransition IEvent.getTransition(java.lang.String name)
          Returns the state transition with the given name.
 IStateTransition Event.getTransition(java.lang.String name)
          Returns the state transition with the given name.
 

Methods in com.bankframe.fe.statemachine.base.apploaders with parameters of type IStateTransition
 boolean StartupEvent.allowsResult(IStateTransition transition)
          Returns true if the given state transition is allowed from this event.
 boolean IEvent.allowsResult(IStateTransition transition)
          Returns true if the given state transition is allowed from this event.
 boolean Event.allowsResult(IStateTransition transition)
           
 

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

Methods in com.bankframe.fe.statemachine.base.apps that return IStateTransition
 IStateTransition SimpleController.getResult(RequestContext requestContext, IEvent event)
          This method returns the first StateTransition available from the given Event.
 IStateTransition IController.getResult(RequestContext requestContext, IEvent event)
          Implement this method to choose between the possible state transitions from this event.
 IStateTransition AutoViewController.getResult(RequestContext requestContext, IEvent event)
          This method looks for a request parameter 'selectedTransition'.
 

Methods in com.bankframe.fe.statemachine.base.apps with parameters of type IStateTransition
 void SimpleController.doSideEffects(RequestContext requestContext, IStateTransition transition)
          This is an empty method required by the IController 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 AutoViewController.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 

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

Subinterfaces of IStateTransition in com.bankframe.fe.statemachine.ext.apploaders
 interface IStateTransition
           
 

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

Methods in com.bankframe.fe.statemachine.ext.apploaders.bean that return IStateTransition
 IStateTransition Event.getTransition(java.lang.String name)
           
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.bean with parameters of type IStateTransition
 boolean Event.allowsResult(IStateTransition transition)
           
 

Uses of IStateTransition in com.bankframe.fe.statemachine.ext.apploaders.sax
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that return IStateTransition
 IStateTransition Event.getTransition(java.lang.String name)
           
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax with parameters of type IStateTransition
 boolean Event.allowsResult(IStateTransition transition)
           
 

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

Methods in com.bankframe.fe.statemachine.ext.apps that return IStateTransition
 IStateTransition Controller.getResult(RequestContext requestContext, IEvent event)
           
 

Methods in com.bankframe.fe.statemachine.ext.apps with parameters of type IStateTransition
 void Controller.doSideEffects(RequestContext requestContext, IStateTransition transition)
           
 

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

Constructors in com.bankframe.fe.statemachine.ext.connectors.swing with parameters of type IStateTransition
AutoViewEventPanel.TransitionListElement(IStateTransition transition)
           
 



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