| Interface | Description |
|---|---|
| ActivityStateManager |
Manages activity state for the current thread during workflow execution.
|
| RollbackHandler |
Implementations are responsible for performing compensating operations to revert the state of the activity to what it
was prior to execution.
|
| Class | Description |
|---|---|
| ActivityStateManagerImpl | |
| RollbackStateLocal |
Handles the identification of the outermost workflow and the current thread so that the StateManager can
operate on the appropriate RollbackHandlers.
|
| Exception | Description |
|---|---|
| RollbackFailureException |
This exception is thrown to indicate a problem while trying to rollback
state for any and all activities during a failed workflow.
|
Copyright © 2014. All Rights Reserved.