|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Execution
An execution represents the state and lifecycle for a particular
command execution. The methods provided on this interface define
standard lifecycle methods.
When execution completes, the close()
will be called. If
execution must be aborted, due to user or administrator action, the
cancel()
will be called.
Method Summary | |
---|---|
void |
cancel()
Cancels the execution abnormally. |
void |
close()
Terminates the execution normally. |
void |
execute()
Execute the associated command. |
Method Detail |
---|
void close()
void cancel() throws TranslatorException
TranslatorException
void execute() throws TranslatorException
TranslatorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |