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 TypeMethodDescriptionvoidITXPManagementAPI.retry(ITXPManagementInfo info) Retries the whole process.voidITXPManagementAPI.retryAllFailed(ITXPManagementInfo info) Retries only the failed nodes in a process.voidITXPManagementAPI.retrySingleNode(ITXPManagementInfo info, ITXPid pid) Retries only a single node.