Class DistributedEJBTimerService
- java.lang.Object
-
- org.glassfish.ejb.persistent.timer.DistributedEJBTimerService
-
- All Implemented Interfaces:
com.sun.ejb.PersistentTimerService,com.sun.enterprise.ee.cms.core.CallBack,com.sun.enterprise.transaction.spi.RecoveryEventListener,org.glassfish.hk2.api.PostConstruct
@Service public class DistributedEJBTimerService extends Object implements com.sun.ejb.PersistentTimerService, com.sun.enterprise.transaction.spi.RecoveryEventListener, org.glassfish.hk2.api.PostConstruct, com.sun.enterprise.ee.cms.core.CallBack
-
-
Constructor Summary
Constructors Constructor Description DistributedEJBTimerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterRecovery(boolean success, boolean delegated, String instance)voidbeforeRecovery(boolean delegated, String instance)voidinitPersistentTimerService(String target)voidpostConstruct()voidprocessNotification(com.sun.enterprise.ee.cms.core.Signal signal)
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
initPersistentTimerService
public void initPersistentTimerService(String target)
- Specified by:
initPersistentTimerServicein interfacecom.sun.ejb.PersistentTimerService
-
processNotification
public void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
- Specified by:
processNotificationin interfacecom.sun.enterprise.ee.cms.core.CallBack
-
beforeRecovery
public void beforeRecovery(boolean delegated, String instance)- Specified by:
beforeRecoveryin interfacecom.sun.enterprise.transaction.spi.RecoveryEventListener
-
afterRecovery
public void afterRecovery(boolean success, boolean delegated, String instance)- Specified by:
afterRecoveryin interfacecom.sun.enterprise.transaction.spi.RecoveryEventListener
-
-