Uses of Interface
com.iizix.txp.ITXPManagementInfo
Packages that use ITXPManagementInfo Package Description com.iizix.txp Uses of ITXPManagementInfo in com.iizix.txp
Methods in com.iizix.txp that return ITXPManagementInfo Modifier and Type Method Description ITXPManagementInfo
ITXPManagementInfo. getFixingProcessInfo()
Gets the management info of the fixing process.ITXPManagementInfo
ITXPManagementAPI. getManagementInfo(ITXPid pid)
Gets the management info of the specified process.Methods in com.iizix.txp that return types with arguments of type ITXPManagementInfo Modifier and Type Method Description java.util.List<ITXPManagementInfo>
ITXPManagementAPI. getUnfixedCompletedProcesses()
Gets the management info of all unfixed completed processes.Methods in com.iizix.txp with parameters of type ITXPManagementInfo Modifier and Type Method Description void
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.