| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| fish.payara.ejb.timer.hazelcast | |
| org.glassfish.ejb.mdb | |
| org.glassfish.ejb.persistent.timer |
| Modifier and Type | Class and Description |
|---|---|
class |
NonPersistentEJBTimerService |
| Modifier and Type | Method and Description |
|---|---|
static EJBTimerService |
EJBTimerService.getEJBTimerService(boolean persistent) |
static EJBTimerService |
EJBTimerService.getEJBTimerService(String target) |
static EJBTimerService |
EJBTimerService.getEJBTimerService(String target,
boolean force) |
static EJBTimerService |
EJBTimerService.getEJBTimerService(String target,
boolean force,
boolean persistent) |
static EJBTimerService |
EJBTimerService.getNonPersistentTimerService() |
static EJBTimerService |
EJBTimerService.getPersistentTimerService() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BaseContainer.callEJBTimeout(RuntimeTimerState timerState,
EJBTimerService timerService) |
Collection<javax.ejb.Timer> |
EJBTimerServiceWrapper.getAllTimers(EJBTimerService timerService_,
Collection<Long> containerIds) |
protected boolean |
BaseContainer.postEjbTimeout(RuntimeTimerState timerState,
EJBTimerService timerService) |
protected void |
BaseContainer.prepareEjbTimeoutParams(EjbInvocation inv,
RuntimeTimerState timerState,
EJBTimerService timerService) |
protected static void |
EJBTimerService.setNonPersistentTimerService(EJBTimerService timerService) |
protected static void |
EJBTimerService.setPersistentTimerService(EJBTimerService timerService) |
| Constructor and Description |
|---|
EJBTimerServiceWrapper(EJBTimerService persistentTimerService,
EJBTimerService nonPersistentTimerService,
EJBContextImpl ejbContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastTimerStore |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MessageBeanContainer.callEJBTimeout(RuntimeTimerState timerState,
EJBTimerService timerService)
Override callEJBTimeout from BaseContainer since delivery to message
driven beans is a bit different from session/entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentEJBTimerService
Persistent support part of the EJBTimerService
|
Copyright © 2019. All rights reserved.