Uses of Interface
com.iizix.txp.ITXPid
Uses of ITXPid in com.iizix.actionactor
Modifier and TypeMethodDescriptionfinal ITXPNode.State
AbstractJavaActionActor.begin
(ITXProcess process, ITXPid pid) Notifies the node it got associated with a transactional process.Uses of ITXPid in com.iizix.db.prop
Uses of ITXPid in com.iizix.txp
Modifier and TypeMethodDescriptionITXPManagementInfo.getFixingPid()
Gets the Pid of the fixing process.ITXPManagementInfo.getPid()
Gets the Pid of the process.ITXPNode.getPid()
Gets the pid of this node.ITXProcess.getPid()
Gets the pid of his processModifier and TypeMethodDescriptionITXPManagementInfo.getFailingNodesInCommit()
Gets the list of the node pids that failed to commit.ITXPManagementInfo.getFailingNodesInRollback()
Gets the list of the node pids that failed to rollback.ITXPManagementInfo.getNodes()
Gets the list of Pids of all associated nodesModifier and TypeMethodDescriptionITXPNode.begin
(ITXProcess process, ITXPid pid) Notifies the node it got associated with a transactional process.ITXPManagementAPI.getManagementInfo
(ITXPid pid) Gets the management info of the specified process.void
Marks a process fixed specifying the fixing process.void
ITXPManagementAPI.markForManualFixOnly
(ITXPid pid) Marks a process for manual fixing only.void
ITXPManagementAPI.retrySingleNode
(ITXPManagementInfo info, ITXPid pid) Retries only a single node.Uses of ITXPid in com.iizix.txp.impl
Modifier and TypeMethodDescriptionAbstractTXPNode.getPid()
TXProcessImpl.getPid()
static ITXPid
Constructs a newITXPid
instance (implemented byTXPidImpl
) from an existing ITXPid and node qualifier.static ITXPid
TXPidFactory.newPid()
Constructs a newITXPid
instance (implemented byTXPidImpl
).Modifier and TypeMethodDescriptionstatic ITXPid
Constructs a newITXPid
instance (implemented byTXPidImpl
) from an existing ITXPid and node qualifier.static String
Gets the String representation of the specified ITXPidModifierConstructorDescriptionConstructs aTXPidImpl
instance from the specified ITXPid and node qualifier.protected
TXProcessImpl
(ITXPid pid, TXPCoordinatorImpl coordinator) Constructs a process.