Uses of Interface
com.iizix.txp.ITXPManagementInfo
Uses of ITXPManagementInfo in com.iizix.txp
Modifier and TypeMethodDescriptionITXPManagementInfo.getFixingProcessInfo()
Gets the management info of the fixing process.ITXPManagementAPI.getManagementInfo
(ITXPid pid) Gets the management info of the specified process.Modifier and TypeMethodDescriptionITXPManagementAPI.getUnfixedCompletedProcesses()
Gets the management info of all unfixed completed processes.Modifier and TypeMethodDescriptionvoid
ITXPManagementAPI.retry
(ITXPManagementInfo info) Retries the whole process.void
ITXPManagementAPI.retryAllFailed
(ITXPManagementInfo info) Retries only the failed nodes in a process.void
ITXPManagementAPI.retrySingleNode
(ITXPManagementInfo info, ITXPid pid) Retries only a single node.