Searched refs:TimerBean (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerBeanContainer.java124 * Call setSessionContext even though TimerBean doesn't implement
129 if( ejb instanceof TimerBean ) {
130 ((TimerBean)ejb).setSessionContext(context);
H A DTimerState.java431 // XXX back pointer into TimerBean - static method call
434 loadBlob(TimerBean.getContainer(getContainerId()).getClassLoader());
439 // XXX back pointer into TimerBean - static method call
442 loadBlob(TimerBean.getContainer(getContainerId()).getClassLoader());
507 // To be used to replace TimerBean.Blob on v2.x upgrade
H A DTimerBean.java78 * TimerBean is a facade for the persistent state of an EJB Timer.
86 * To accomplish this, TimerBean registers callbacks with the
94 public class TimerBean implements TimerLocal { class in inherits:TimerLocal
96 private static final Logger logger = LogDomains.getLogger(TimerBean.class, LogDomains.EJB_LOGGER);
292 logger.log(Level.FINE, "TimerBean.createTimer() ::timerId=" +
733 * To be used to read in TimerBean.Blob and replace with TimerState.Blob

Completed in 15 milliseconds