|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.ericsson.eto.norarc.javaframe.Scheduler
The scheduling process. The Scheduler is associated one-one with a Thread
Thread
Field Summary | |
Trace |
trc
|
Constructor Summary | |
Scheduler()
Associates this Scheduler with a default Trace object |
|
Scheduler(Trace trcob)
Associates this Scheduler with the given Trace generator object |
Method Summary | |
protected void |
readyFSM(StateMachine sm)
Enables the given FSM for inspection by this Scheduler. |
void |
run()
The actual state machinery execution |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Trace trc
Constructor Detail |
public Scheduler()
public Scheduler(Trace trcob)
trcob
- if null then generate a default Trace object, otherwise associate with the given oneTrace
Method Detail |
protected final void readyFSM(StateMachine sm)
sm
- assumed to be != null.public final void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |