|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Describes entities that can be executed such as ProcessingResources
or Controllers.
| Method Summary | |
void |
execute()
Starts the execution of this executable |
void |
interrupt()
Notifies this executable that it should stop its execution as soon as possible. |
boolean |
isInterrupted()
Returns true if this executable has been interrupted via the interrupt() method since the last time its execute() method
was called |
| Method Detail |
public void execute()
throws ExecutionException
ExecutionExceptionpublic void interrupt()
public boolean isInterrupted()
interrupt() method since the last time its execute() method
was called
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||