com.sun.ejb.spi.distributed
Class DistributedEJBTimerServiceImpl
java.lang.Object
com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
- All Implemented Interfaces:
- com.sun.enterprise.ee.cms.core.CallBack, RecoveryEventListener, DistributedEJBTimerService, org.jvnet.hk2.component.PostConstruct
@Service
public class DistributedEJBTimerServiceImpl
- extends Object
- implements DistributedEJBTimerService, RecoveryEventListener, org.jvnet.hk2.component.PostConstruct, com.sun.enterprise.ee.cms.core.CallBack
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedEJBTimerServiceImpl
public DistributedEJBTimerServiceImpl()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct
processNotification
public void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
- Specified by:
processNotification in interface com.sun.enterprise.ee.cms.core.CallBack
beforeRecovery
public void beforeRecovery(boolean delegated,
String instance)
- Specified by:
beforeRecovery in interface RecoveryEventListener
afterRecovery
public void afterRecovery(boolean success,
boolean delegated,
String instance)
- Specified by:
afterRecovery in interface RecoveryEventListener
migrateTimers
public int migrateTimers(String serverId)
- --------------------------------------------------------------
Methods implemented for DistributedEJBTimerService
--------------------------------------------------------------
- Specified by:
migrateTimers in interface DistributedEJBTimerService
listTimers
public String[] listTimers(String[] serverIds)
- Specified by:
listTimers in interface DistributedEJBTimerService
setPerformDBReadBeforeTimeout
public void setPerformDBReadBeforeTimeout(boolean defaultDBReadValue)
- Specified by:
setPerformDBReadBeforeTimeout in interface DistributedEJBTimerService
Copyright © 2012 GlassFish Community. All Rights Reserved.