当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
EJBTimerServiceLocator (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.txtimer
Class EJBTimerServiceLocator
java.lang.Object
org.jboss.ejb.txtimer.EJBTimerServiceLocator
- public class EJBTimerServiceLocator
- extends Object
Locates the EJBTimerService, either as MBean or as local instance.
It first checks if the EJBTimerServiceImpl is registerd with the MBeanServer,
if not it creates a singleton and uses that.
- Since:
- 07-Apr-2004
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBTimerServiceLocator
public EJBTimerServiceLocator()
getEjbTimerService
public static EJBTimerService getEjbTimerService()
- Locates the EJBTimerService, first as MBean, then as singleton
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.