Modifier and Type | Field and Description |
---|---|
protected TimerServiceImpl |
TimerImpl.timerService
The
TimerService through which this timer was created |
protected TimerServiceImpl |
TimerTask.timerService
TimerServiceImpl to which this TimerTask belongs |
Modifier and Type | Method and Description |
---|---|
TimerServiceImpl |
TimerImpl.getTimerService()
Returns the timer service through which this timer was created
|
Modifier and Type | Method and Description |
---|---|
TimerImpl |
TimerImpl.Builder.build(TimerServiceImpl timerService) |
CalendarTimer |
CalendarTimer.Builder.build(TimerServiceImpl timerService) |
Constructor and Description |
---|
CalendarTimer(CalendarTimer.Builder builder,
TimerServiceImpl timerService)
Constructs a
CalendarTimer |
TimerHandleImpl(String id,
String timedObjectId,
TimerServiceImpl service)
Creates a
TimerHandleImpl |
TimerImpl(TimerImpl.Builder builder,
TimerServiceImpl service)
Creates a
TimerImpl |
Modifier and Type | Method and Description |
---|---|
TimerServiceImpl |
TimerPersistence.TimerChangeListener.getTimerService()
Gets the timer service associated with this listener
|
Modifier and Type | Method and Description |
---|---|
List<TimerImpl> |
TimerPersistence.loadActiveTimers(String timedObjectId,
TimerServiceImpl timerService)
Load all active timers for the given object.
|
Modifier and Type | Method and Description |
---|---|
List<TimerImpl> |
DatabaseTimerPersistence.loadActiveTimers(String timedObjectId,
TimerServiceImpl timerService) |
Modifier and Type | Method and Description |
---|---|
List<TimerImpl> |
FileTimerPersistence.loadActiveTimers(String timedObjectId,
TimerServiceImpl timerService) |
Constructor and Description |
---|
EjbTimerXmlParser_1_0(TimerServiceImpl timerService,
org.jboss.marshalling.MarshallerFactory factory,
org.jboss.marshalling.MarshallingConfiguration configuration,
ClassLoader classLoader) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.