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
|
Modifier and Type | Method and Description |
---|---|
TimerState |
TimerImpl.getState()
Returns the current state of this timer
|
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
|
Constructor and Description |
---|
TimerImpl(String id,
TimerServiceImpl service,
Date initialExpiry,
long intervalDuration,
Date nextEpiry,
Serializable info,
boolean persistent,
Object primaryKey,
TimerState timerState)
Creates a
TimerImpl |
TimerImpl(String id,
TimerServiceImpl service,
Date initialExpiry,
long intervalDuration,
Serializable info,
boolean persistent,
Object primaryKey,
TimerState timerState)
Creates a
TimerImpl |
Modifier and Type | Field and Description |
---|---|
protected TimerState |
TimerEntity.timerState |
Modifier and Type | Method and Description |
---|---|
TimerState |
TimerEntity.getTimerState() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.