| java.lang.Object org.jboss.ejb.txtimer.EJBTimerServiceLocator
EJBTimerServiceLocator | public class EJBTimerServiceLocator (Code) | | Locates the EJBTimerService, either as MBean or as local instance.
It first checks if the EJBTimerServiceImpl is registered with the MBeanServer,
if not it creates a singleton and uses that.
author: Thomas.Diesler@jboss.org author: Dimitris.Andreadis@jboss.org version: $Revision: 57209 $ since: 07-Apr-2004 |
getEjbTimerService | public static EJBTimerService getEjbTimerService()(Code) | | Locates the EJBTimerService, first as MBean, then as singleton
|
|
|