| Package | Description |
|---|---|
| org.apache.openejb.core.timer |
| Modifier and Type | Method and Description |
|---|---|
TimerData |
TimerStore.createCalendarTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.ScheduleExpression schedule,
javax.ejb.TimerConfig timerConfig,
boolean auto) |
TimerData |
MemoryTimerStore.createCalendarTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.ScheduleExpression scheduleExpression,
javax.ejb.TimerConfig timerConfig,
boolean auto) |
TimerData |
TimerStore.createIntervalTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
Date initialExpiration,
long intervalDuration,
javax.ejb.TimerConfig timerConfig) |
TimerData |
MemoryTimerStore.createIntervalTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
Date initialExpiration,
long intervalDuration,
javax.ejb.TimerConfig timerConfig) |
TimerData |
TimerStore.createSingleActionTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
Date expiration,
javax.ejb.TimerConfig timerConfig) |
TimerData |
MemoryTimerStore.createSingleActionTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
Date expiration,
javax.ejb.TimerConfig timerConfig) |
Collection<TimerData> |
TimerStore.loadTimers(EjbTimerServiceImpl timerService,
String deploymentId) |
Collection<TimerData> |
MemoryTimerStore.loadTimers(EjbTimerServiceImpl timerService,
String deploymentId) |
| Constructor and Description |
|---|
CalendarTimerData(long id,
EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.TimerConfig timerConfig,
javax.ejb.ScheduleExpression scheduleExpression,
boolean auto) |
IntervalTimerData(long id,
EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.TimerConfig timerConfig,
Date initialExpiration,
long intervalDuration) |
SingleActionTimerData(long id,
EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.TimerConfig timerConfig,
Date expiration) |
TimerData(long id,
EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.TimerConfig timerConfig) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.