Searched defs:EJBTimerService (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBTimerService.java99 * EJBTimerService is the central controller of the EJB timer service.
100 * There is one instance of EJBTimerService per VM. All operations and
108 public class EJBTimerService class
144 LogDomains.getLogger(EJBTimerService.class, LogDomains.EJB_LOGGER);
193 public EJBTimerService(String appID, TimerLocal timerLocal) throws Exception { method in class:EJBTimerService
727 "EJBTimerService.restoreTimers(), scheduling timer " +
731 logger.log(Level.FINE, "DONE EJBTimerService.restoreTimers()");
1200 // create() actions might call back on EJBTimerService and
1726 logger.log(Level.FINE, "EJBTimerService.deliverTimeout(): work "
2635 private EJBTimerService timerService
[all...]

Completed in 19 milliseconds