|
J avolution v3.7 (J2SE 1.5+) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavolution.realtime.ConcurrentContext.Logic
public abstract static class ConcurrentContext.Logic
This abstract class represents some parameterized code which may be executed concurrently.
| 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.Runnablepublic 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)).
|
J avolution v3.7 (J2SE 1.5+) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||