Uses of Class
com.instantbank.servicing.control.ejb.StateMachine

Packages that use StateMachine
com.instantbank.servicing.control.ejb This is the MVC Controller EJB for Servicing subsystem. 
com.instantbank.servicing.control.ejb.handlers These are handler classes for the MVC Controller EJB of Servicing subsystem (one by use case). 
 

Uses of StateMachine in com.instantbank.servicing.control.ejb
 

Fields in com.instantbank.servicing.control.ejb declared as StateMachine
private  StateMachine ServicingControllerEJB.sm
           
 

Uses of StateMachine in com.instantbank.servicing.control.ejb.handlers
 

Fields in com.instantbank.servicing.control.ejb.handlers declared as StateMachine
protected  StateMachine StateHandlerSupport.machine
          StateMachine
 

Methods in com.instantbank.servicing.control.ejb.handlers with parameters of type StateMachine
 void StateHandlerSupport.init(StateMachine machine)
          every handler is instanced and initialized by the StateMachine javaBean; the handler gets the StateMachine reference by parameter
 void StateHandler.init(StateMachine urc)
          init