Uses of Class
com.iizix.txp.ITXPPolicy.Action
Packages that use ITXPPolicy.Action Package Description com.iizix.txp com.iizix.txp.impl Uses of ITXPPolicy.Action in com.iizix.txp
Methods in com.iizix.txp that return ITXPPolicy.Action Modifier and Type Method Description ITXPPolicy.Action
ITXPPolicy. onNodeCommitFailed(ITXProcess p, ITXPNode n)
Returns the required action on a node that failed to commit.ITXPPolicy.Action
ITXPPolicy. onNodeReadyFailed(ITXProcess p, ITXPNode n)
Returns the required action on a node that failed its work.ITXPPolicy.Action
ITXPPolicy. onNodeRollbackFailed(ITXProcess p, ITXPNode n)
Returns the required action on a node that failed to rollback.ITXPPolicy.Action
ITXPPolicy. onNodeTimeoutSignaled(ITXProcess p, ITXPNode n)
Returns the required action on a node that timed out waiting for completion.ITXPPolicy.Action
ITXPPolicy. onProcessTimeoutSignaled(ITXProcess p)
Returns the required action on a process that timed out waiting for the nodes to do the work.static ITXPPolicy.Action
ITXPPolicy.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ITXPPolicy.Action[]
ITXPPolicy.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.txp that return types with arguments of type ITXPPolicy.Action Modifier and Type Method Description java.util.List<ITXPPolicy.Action>
ITXPManagementInfo. getPolicyActions()
Gets the list of all policy actions taken for this process.Methods in com.iizix.txp with parameters of type ITXPPolicy.Action Modifier and Type Method Description void
ITXPMonitor. onNodeCommitFailedPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)
Called when the policy action is determined for a node that failed to commitvoid
ITXPMonitor. onNodeReadyFailedPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)
Called when the policy action is determined for a node that failed processingvoid
ITXPMonitor. onNodeRollbackFailedPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)
Called when the policy action is determined for a node that failed to rollbackvoid
ITXPMonitor. onNodeTimeoutSignaledPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)
Called when the policy action is determined for a node that timed out waiting for completion.void
ITXPMonitor. onProcessTimeoutSignaledPolicyAction(ITXProcess process, ITXPPolicy.Action action)
Called when the policy action is determined for a process that timed out waiting for the nodes to do the work.Uses of ITXPPolicy.Action in com.iizix.txp.impl
Methods in com.iizix.txp.impl that return ITXPPolicy.Action Modifier and Type Method Description ITXPPolicy.Action
TXPPolicyImpl. onNodeCommitFailed(ITXProcess p, ITXPNode n)
ITXPPolicy.Action
TXPPolicyImpl. onNodeReadyFailed(ITXProcess p, ITXPNode n)
ITXPPolicy.Action
TXPPolicyImpl. onNodeRollbackFailed(ITXProcess p, ITXPNode n)
ITXPPolicy.Action
TXPPolicyImpl. onNodeTimeoutSignaled(ITXProcess p, ITXPNode n)
ITXPPolicy.Action
TXPPolicyImpl. onProcessTimeoutSignaled(ITXProcess p)