Uses of Class
se.ericsson.eto.norarc.javaframe.Scheduler

Uses of Scheduler in se.ericsson.eto.norarc.javaframe
 

Fields in se.ericsson.eto.norarc.javaframe declared as Scheduler
protected  Scheduler StateMachine.myScheduler
           
protected  Scheduler StateMachine.wantedScheduler
           
 

Methods in se.ericsson.eto.norarc.javaframe that return Scheduler
 Scheduler StateMachine.getScheduler()
          Get the scheduler running this StateMachine.
 

Methods in se.ericsson.eto.norarc.javaframe with parameters of type Scheduler
 void StateMachine.moveStateMachine(Scheduler aScheduler)
          Move this StateMachine to the new Scheduler given by the parameter.
 

Constructors in se.ericsson.eto.norarc.javaframe with parameters of type Scheduler
StateMachine(Scheduler scheduler)
          Create a new StateMachine.
Router(Scheduler sched)
          Associates this Router with the given Scheduler.