Package | Description |
---|---|
org.jboss.as.ejb3.timerservice | |
org.jboss.as.ejb3.timerservice.persistence | |
org.jboss.as.ejb3.timerservice.persistence.filestore |
Modifier and Type | Method and Description |
---|---|
protected TimerEntity |
CalendarTimer.createPersistentState()
Creates and return a new persistent state of this timer
|
protected TimerEntity |
TimerImpl.createPersistentState()
Creates and returns a new persistent state of this timer
|
TimerEntity |
TimerImpl.getPersistentState()
Returns the current persistent state of this timer
|
Constructor and Description |
---|
TimerImpl(TimerEntity persistedTimer,
TimerServiceImpl service)
Creates a
TimerImpl out of a persisted timer |
Modifier and Type | Class and Description |
---|---|
class |
CalendarTimerEntity
CalendarTimerEntity
|
Modifier and Type | Method and Description |
---|---|
TimerEntity |
TimerPersistence.loadTimer(String id,
String timedObjectId)
Load a timer from persistent storage
|
Modifier and Type | Method and Description |
---|---|
List<TimerEntity> |
TimerPersistence.loadActiveTimers(String timedObjectId)
Load all active timers for the given object.
|
List<TimerEntity> |
TimerPersistence.loadActiveTimers(String timedObjectId,
Object primaryKey)
Load all active timers for the given entity bean with the given primary key
|
Modifier and Type | Method and Description |
---|---|
void |
TimerPersistence.addTimer(TimerEntity timerEntity)
Called when a timer is being persisted
|
void |
TimerPersistence.persistTimer(TimerEntity timerEntity)
Called when a timer is being persisted
|
Modifier and Type | Method and Description |
---|---|
TimerEntity |
FileTimerPersistence.loadTimer(String id,
String timedObjectId) |
Modifier and Type | Method and Description |
---|---|
List<TimerEntity> |
FileTimerPersistence.loadActiveTimers(String timedObjectId) |
List<TimerEntity> |
FileTimerPersistence.loadActiveTimers(String timedObjectId,
Object primaryKey) |
Modifier and Type | Method and Description |
---|---|
void |
FileTimerPersistence.addTimer(TimerEntity timerEntity) |
void |
FileTimerPersistence.persistTimer(TimerEntity timerEntity) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.