Package | Description |
---|---|
org.jboss.as.ejb3.timerservice | |
org.jboss.as.ejb3.timerservice.persistence |
Modifier and Type | Field and Description |
---|---|
protected TimerState |
TimerImpl.timerState
The timer state
|
protected TimerState |
TimerImpl.Builder.timerState |
Modifier and Type | Method and Description |
---|---|
TimerState |
TimerImpl.getState()
Returns the current state of this timer
|
TimerState |
TimerImpl.Builder.getTimerState() |
static TimerState |
TimerState.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.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerImpl.setTimerState(TimerState state)
Sets the state of this timer
|
TimerImpl.Builder |
TimerImpl.Builder.setTimerState(TimerState timerState) |
Modifier and Type | Field and Description |
---|---|
protected TimerState |
TimerEntity.timerState |
Modifier and Type | Method and Description |
---|---|
TimerState |
TimerEntity.getTimerState() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.