public interface Execution
close()
will be called. If
execution must be aborted, due to user or administrator action, the
cancel()
will be called.Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the execution abnormally.
|
void |
close()
Terminates the execution normally.
|
void |
execute()
Execute the associated command.
|
void close()
void cancel() throws TranslatorException
TranslatorException
void execute() throws TranslatorException
TranslatorException
Copyright © 2017 JBoss by Red Hat. All rights reserved.