|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Job is the abstraction of an activity in the system. Jobs are created and
managed by schedulers. The role of a job is to
execute code.
| Method Summary | |
org.objectweb.jonathan.apis.kernel.Context |
getContext()
Returns a context associated with the target Job. |
void |
run(java.lang.Runnable message)
Tells the target job to execute the code manifested by the message argument. |
| Method Detail |
public void run(java.lang.Runnable message)
message - code to be executed.public org.objectweb.jonathan.apis.kernel.Context getContext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||