Uses of Interface
com.iizix.txp.ITXPManagementInfo
Packages that use ITXPManagementInfo
Uses of ITXPManagementInfo in com.iizix.txp
Methods in com.iizix.txp that return ITXPManagementInfoModifier and TypeMethodDescriptionITXPManagementInfo.getFixingProcessInfo()
Gets the management info of the fixing process.ITXPManagementAPI.getManagementInfo
(ITXPid pid) Gets the management info of the specified process.Methods in com.iizix.txp that return types with arguments of type ITXPManagementInfoModifier and TypeMethodDescriptionITXPManagementAPI.getUnfixedCompletedProcesses()
Gets the management info of all unfixed completed processes.Methods in com.iizix.txp with parameters of type ITXPManagementInfoModifier 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.