Uses of Enum Class
com.iizix.txp.ITXProcess.State
Packages that use ITXProcess.State
Uses of ITXProcess.State in com.iizix.txp
Methods in com.iizix.txp that return ITXProcess.StateModifier and TypeMethodDescriptionITXProcess.getState()
Get the state of this process.static ITXProcess.State
Returns the enum constant of this class with the specified name.static ITXProcess.State[]
ITXProcess.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Uses of ITXProcess.State in com.iizix.txp.impl
Methods in com.iizix.txp.impl that return ITXProcess.StateModifier and TypeMethodDescriptionTXProcessImpl.getState()
ITXPLogger.setLastState
(ITXProcess.State state) TXPLogger.setLastState
(ITXProcess.State state) ITXProcessLogger.setState
(ITXProcess.State state) TXProcessLogger.setState
(ITXProcess.State state) Methods in com.iizix.txp.impl with parameters of type ITXProcess.StateModifier and TypeMethodDescriptionITXPLogger.setLastState
(ITXProcess.State state) TXPLogger.setLastState
(ITXProcess.State state) ITXProcessLogger.setState
(ITXProcess.State state) TXProcessLogger.setState
(ITXProcess.State state)