public static interface WSATRuntimeConfig.RecoveryEventListener
| 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.
|
void beforeRecovery(boolean delegated,
String instance)
delegated - identifies whether it is part of a delegated transaction recoveryinstance - the instance name for which transaction recovery is performed, null if unknownvoid afterRecovery(boolean success,
boolean delegated,
String instance)
success - 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–2017 Oracle Corporation. All rights reserved.