Uses of Enum
org.jboss.as.ejb3.timerservice.TimerState
Packages that use TimerState
-
Uses of TimerState in org.jboss.as.ejb3.timerservice
Fields in org.jboss.as.ejb3.timerservice declared as TimerStateModifier and TypeFieldDescriptionprotected TimerStateTimerImpl.Builder.timerStateprotected TimerStateTimerImpl.timerStateThe timer stateFields in org.jboss.as.ejb3.timerservice with type parameters of type TimerStateModifier and TypeFieldDescriptionstatic final Set<TimerState>TimerState.CREATED_ACTIVE_IN_TIMEOUT_RETRY_TIMEOUTstatic final Set<TimerState>TimerState.EXPIRED_CANCELEDMethods in org.jboss.as.ejb3.timerservice that return TimerStateModifier and TypeMethodDescriptionTimerImpl.getState()Returns the current state of this timerstatic TimerStateReturns 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 TimerStateModifier and TypeMethodDescriptionTimerImpl.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 TimerStateMethods in org.jboss.as.ejb3.timerservice.persistence that return TimerState