com.ibm.ws.javax.activity.coordination
Interface RecoverableAction
- public interface RecoverableAction
Method Summary Action getAction()
Returns the priority of the Action within the Activity.int getPriority()
Returns the Action represented by this object.
Method Detail getPriority
public int getPriority()
- Returns the Action represented by this object. This is used during the recovery of an Activity following a failure.
- Returns:
- The Action associated with this object.
getAction
public Action getAction()
- Returns the priority of the Action within the Activity. This is typically during recovery to recreate the appropriate priority ordering of a sequence of recovered Actions.
- Returns:
- The priority of the Action within the Activity.
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.