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.ActionITXPPolicy. onNodeCommitFailed(ITXProcess p, ITXPNode n)Returns the required action on a node that failed to commit.ITXPPolicy.ActionITXPPolicy. onNodeReadyFailed(ITXProcess p, ITXPNode n)Returns the required action on a node that failed its work.ITXPPolicy.ActionITXPPolicy. onNodeRollbackFailed(ITXProcess p, ITXPNode n)Returns the required action on a node that failed to rollback.ITXPPolicy.ActionITXPPolicy. onNodeTimeoutSignaled(ITXProcess p, ITXPNode n)Returns the required action on a node that timed out waiting for completion.ITXPPolicy.ActionITXPPolicy. onProcessTimeoutSignaled(ITXProcess p)Returns the required action on a process that timed out waiting for the nodes to do the work.static ITXPPolicy.ActionITXPPolicy.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 voidITXPMonitor. onNodeCommitFailedPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)Called when the policy action is determined for a node that failed to commitvoidITXPMonitor. onNodeReadyFailedPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)Called when the policy action is determined for a node that failed processingvoidITXPMonitor. onNodeRollbackFailedPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)Called when the policy action is determined for a node that failed to rollbackvoidITXPMonitor. onNodeTimeoutSignaledPolicyAction(ITXProcess process, ITXPNode node, ITXPPolicy.Action action)Called when the policy action is determined for a node that timed out waiting for completion.voidITXPMonitor. 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.ActionTXPPolicyImpl. onNodeCommitFailed(ITXProcess p, ITXPNode n)ITXPPolicy.ActionTXPPolicyImpl. onNodeReadyFailed(ITXProcess p, ITXPNode n)ITXPPolicy.ActionTXPPolicyImpl. onNodeRollbackFailed(ITXProcess p, ITXPNode n)ITXPPolicy.ActionTXPPolicyImpl. onNodeTimeoutSignaled(ITXProcess p, ITXPNode n)ITXPPolicy.ActionTXPPolicyImpl. onProcessTimeoutSignaled(ITXProcess p)