|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dautelle.realtime.ConcurrentContext.Logic
This abstract class represents a concurrent logic.
Constructor Summary | |
ConcurrentContext.Logic()
|
Method Summary | |
void |
run()
Executes this logic with no arguments. |
abstract void |
run(java.lang.Object[] args)
Executes this logic with the specified arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConcurrentContext.Logic()
Method Detail |
public final void run()
run
in interface java.lang.Runnable
public abstract void run(java.lang.Object[] args)
args
- the arguments. The number of arguments depends upon
the ConcurrentContext.execute
method which
has been called (e.g. if ConcurrentContext.execute(
ConcurrentContext.Logic, Object, Object)
,
has been called, then (args.length == 2)
).
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |