Uses of Class
org.jboss.as.ejb3.timerservice.TimerState
-
Packages that use TimerState Package Description org.jboss.as.ejb3.timerservice org.jboss.as.ejb3.timerservice.persistence -
-
Uses of TimerState in org.jboss.as.ejb3.timerservice
Fields in org.jboss.as.ejb3.timerservice declared as TimerState Modifier and Type Field Description protected TimerStateTimerImpl.Builder. timerStateprotected TimerStateTimerImpl. timerStateThe timer stateFields in org.jboss.as.ejb3.timerservice with type parameters of type TimerState Modifier and Type Field Description static Set<TimerState>TimerState. CREATED_ACTIVE_IN_TIMEOUT_RETRY_TIMEOUTstatic Set<TimerState>TimerState. EXPIRED_CANCELEDMethods in org.jboss.as.ejb3.timerservice that return TimerState Modifier and Type Method Description TimerStateTimerImpl. getState()Returns the current state of this timerstatic TimerStateTimerState. valueOf(String name)Returns the enum constant of this type with the specified name.static TimerState[]TimerState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.ejb3.timerservice with parameters of type TimerState Modifier and Type Method Description TimerImpl.BuilderTimerImpl.Builder. setTimerState(TimerState timerState)voidTimerImpl. setTimerState(TimerState state, Thread thread)Sets the state and timer task executing thread of this timer -
Uses of TimerState in org.jboss.as.ejb3.timerservice.persistence
Fields in org.jboss.as.ejb3.timerservice.persistence declared as TimerState Modifier and Type Field Description protected TimerStateTimerEntity. timerStateMethods in org.jboss.as.ejb3.timerservice.persistence that return TimerState Modifier and Type Method Description TimerStateTimerEntity. getTimerState()
-