public class WSATRuntimeConfig.WSATRecoveryEventListener extends Object implements WSATRuntimeConfig.RecoveryEventListener
| Constructor and Description |
|---|
WSATRecoveryEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRecovery(boolean success,
boolean delegated,
String instance)
Indicate to the listener that recovery is over.
|
void |
beforeRecovery(boolean delegated,
String instance)
Indicate to the listener that recovery for a specific instance is about to start.
|
public void beforeRecovery(boolean delegated,
String instance)
WSATRuntimeConfig.RecoveryEventListenerbeforeRecovery in interface WSATRuntimeConfig.RecoveryEventListenerdelegated - identifies whether it is part of a delegated transaction recoveryinstance - the instance name for which transaction recovery is performed, null if unknownpublic void afterRecovery(boolean success,
boolean delegated,
String instance)
WSATRuntimeConfig.RecoveryEventListenerafterRecovery in interface WSATRuntimeConfig.RecoveryEventListenersuccess - true if the recovery operation finished successfullydelegated - identifies whether it is part of a delegated transaction recoveryinstance - the instance name for which transaction recovery is performed, null if unknownCopyright © 2005–2018 Oracle Corporation. All rights reserved.