Uses of Class
com.cinecolombia.cinecolombia.control.ejb.StateMachine

Packages that use StateMachine
com.cinecolombia.cinecolombia.control.ejb Controlador MVC del nivel EJB para el módulo Cinecolombia. 
com.cinecolombia.cinecolombia.control.ejb.handlers Clases manejadoras para el controlador MVC del nivel EJB del módulo Cinecolombia (una por caso de uso). 
 

Uses of StateMachine in com.cinecolombia.cinecolombia.control.ejb
 

Fields in com.cinecolombia.cinecolombia.control.ejb declared as StateMachine
private  StateMachine CinecolombiaControllerEJB.sm
           
 

Uses of StateMachine in com.cinecolombia.cinecolombia.control.ejb.handlers
 

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

Methods in com.cinecolombia.cinecolombia.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