Package | Description |
---|---|
org.jboss.as.ejb3.timerservice | |
org.jboss.as.ejb3.timerservice.task |
Modifier and Type | Field and Description |
---|---|
protected TimerServiceImpl |
TimerImpl.timerService
The
TimerService through which this timer was created |
Modifier and Type | Method and Description |
---|---|
TimerServiceImpl |
TimerImpl.getTimerService()
Returns the timer service through which this timer was created
|
Constructor and Description |
---|
CalendarTimer(CalendarTimerEntity persistedCalendarTimer,
TimerServiceImpl timerService)
Constructs a
CalendarTimer from a persistent state |
CalendarTimer(String id,
TimerServiceImpl timerService,
CalendarBasedTimeout calendarTimeout,
Object primaryKey)
Constructs a
CalendarTimer |
CalendarTimer(String id,
TimerServiceImpl timerService,
CalendarBasedTimeout calendarTimeout,
Serializable info,
boolean persistent,
Method timeoutMethod,
Object primaryKey)
Constructs a
CalendarTimer |
CalendarTimer(String id,
TimerServiceImpl timerService,
CalendarBasedTimeout calendarTimeout,
Serializable info,
boolean persistent,
Object primaryKey)
Constructs a
CalendarTimer |
TimerHandleImpl(String id,
String timedObjectId,
TimerServiceImpl service)
Creates a
TimerHandleImpl |
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 |
TimerImpl(TimerEntity persistedTimer,
TimerServiceImpl service)
Creates a
TimerImpl out of a persisted timer |
Modifier and Type | Field and Description |
---|---|
protected TimerServiceImpl |
TimerTask.timerService
TimerServiceImpl to which this TimerTask belongs |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.