public interface AtomicAction
| Modifier and Type | Method and Description |
|---|---|
void |
backout()
Backs out the completed action.
|
void |
cleanup()
Cleans up after all actions have completed.
|
void |
perform()
Performs the action.
|
void perform()
throws ActionException
java.lang.ExceptionActionExceptionvoid backout()
throws ActionException
java.lang.ExceptionActionExceptionvoid cleanup()
throws ActionException
java.lang.ExceptionActionException