public interface ExecutableIF extends ImplementationIF
ImplementationIF| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the program.
|
void |
terminate()
Terminate the execution.
|
getContext, getDescriptor, init, setArguments, setContext, setDescriptorvoid execute()
throws ExecutableException
ExecutableException - if execution fails.void terminate()
throws TerminationException
TerminationException - if termination fails.