Uses of Class
com.iizix.txp.ITXProcess.State
Packages that use ITXProcess.State Package Description com.iizix.txp com.iizix.txp.impl Uses of ITXProcess.State in com.iizix.txp
Methods in com.iizix.txp that return ITXProcess.State Modifier and Type Method Description ITXProcess.State
ITXProcess. getState()
Get the state of this process.static ITXProcess.State
ITXProcess.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ITXProcess.State[]
ITXProcess.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Uses of ITXProcess.State in com.iizix.txp.impl
Methods in com.iizix.txp.impl that return ITXProcess.State Modifier and Type Method Description ITXProcess.State
TXProcessImpl. getState()
ITXProcess.State
ITXPLogger. setLastState(ITXProcess.State state)
ITXProcess.State
TXPLogger. setLastState(ITXProcess.State state)
ITXProcess.State
ITXProcessLogger. setState(ITXProcess.State state)
ITXProcess.State
TXProcessLogger. setState(ITXProcess.State state)
Methods in com.iizix.txp.impl with parameters of type ITXProcess.State Modifier and Type Method Description ITXProcess.State
ITXPLogger. setLastState(ITXProcess.State state)
ITXProcess.State
TXPLogger. setLastState(ITXProcess.State state)
ITXProcess.State
ITXProcessLogger. setState(ITXProcess.State state)
ITXProcess.State
TXProcessLogger. setState(ITXProcess.State state)