| 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)
Deprecated.
|
TimerImpl.Builder |
TimerImpl.Builder.setTimerState(TimerState timerState) |
protected void |
TimerImpl.setTimerState(TimerState state,
Thread thread)
Sets the state and timer task executing thread of this timer
|
| Modifier and Type | Field and Description |
|---|---|
protected TimerState |
TimerEntity.timerState |
| Modifier and Type | Method and Description |
|---|---|
TimerState |
TimerEntity.getTimerState() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.