com.ibm.ws.javax.activity
Interface PersistentActivityCoordinator
- All Superinterfaces:
- ActivityCoordinator
- public interface PersistentActivityCoordinator
- extends ActivityCoordinator
Method Summary void setPersistent()
Indicates to the Activity service that the HLS is about to persist its recoverable state and that the Activity must be recoverable after this point.
Methods inherited from interface com.ibm.ws.javax.activity.ActivityCoordinator addAction, addGlobalAction, completeActivity, getActions, getCompletionSignalSetName, getGlobalId, getName, getNumberRegisteredActions, getParent, getParentStatus, getStatus, heuristicComplete, isSameActivity, processSignalSet, removeAction, removeGlobalAction, setCompletionSignalSetName
Method Detail setPersistent
public void setPersistent() throws SystemException
- Indicates to the Activity service that the HLS is about to persist its recoverable state and that the Activity must be recoverable after this point. The Activity service implementation may or may not need to act upon this indication.
The point, if any, at which an Activity needs to become recoverable is determined exclusively by the HLS that is using the Activity service.
- Throws:
- SystemException - Thrown if the Activity service encounters an unexpected error condition.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.