@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 and Description |
|---|
DistributedEJBTimerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRecovery(boolean success,
boolean delegated,
String instance) |
void |
beforeRecovery(boolean delegated,
String instance) |
void |
initPersistentTimerService(String target) |
void |
postConstruct() |
void |
processNotification(com.sun.enterprise.ee.cms.core.Signal signal) |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void initPersistentTimerService(String target)
initPersistentTimerService in interface com.sun.ejb.PersistentTimerServicepublic void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
processNotification in interface com.sun.enterprise.ee.cms.core.CallBackpublic void beforeRecovery(boolean delegated,
String instance)
beforeRecovery in interface com.sun.enterprise.transaction.spi.RecoveryEventListenerpublic void afterRecovery(boolean success,
boolean delegated,
String instance)
afterRecovery in interface com.sun.enterprise.transaction.spi.RecoveryEventListenerCopyright © 2013. All Rights Reserved.