Uses of Interface
com.iizix.txp.ITXPid
Packages that use ITXPid
Uses of ITXPid in com.iizix.actionactor
Methods in com.iizix.actionactor with parameters of type ITXPidModifier 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
Methods in com.iizix.db.prop with parameters of type ITXPidUses of ITXPid in com.iizix.txp
Methods in com.iizix.txp that return ITXPidModifier 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 processMethods in com.iizix.txp that return types with arguments of type ITXPidModifier 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 nodesMethods in com.iizix.txp with parameters of type ITXPidModifier 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
Classes in com.iizix.txp.impl that implement ITXPidFields in com.iizix.txp.impl declared as ITXPidMethods in com.iizix.txp.impl that return ITXPidModifier 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
).Methods in com.iizix.txp.impl with parameters of type ITXPidModifier 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 ITXPidConstructors in com.iizix.txp.impl with parameters of type ITXPidModifierConstructorDescriptionConstructs aTXPidImpl
instance from the specified ITXPid and node qualifier.protected
TXProcessImpl
(ITXPid pid, TXPCoordinatorImpl coordinator) Constructs a process.