public interface Job
schedulers
. The role of a job is to
execute
code.Modifier and Type | Method and Description |
---|---|
org.objectweb.jonathan.apis.kernel.Context |
getContext()
Returns a context associated with the target Job.
|
void |
run(Runnable message)
Tells the target job to execute the code manifested by the message
argument.
|
void run(Runnable message)
message
- code to be executed.org.objectweb.jonathan.apis.kernel.Context getContext()