|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecoveryEventListener
Interface implemented by the consumers that are interested in recovery start and end events
| Method Summary | |
|---|---|
void |
afterRecovery(boolean success,
boolean delegated,
java.lang.String instance)
Indicate to the listener that recovery is over. |
void |
beforeRecovery(boolean delegated,
java.lang.String instance)
Indicate to the listener that recovery for a specific instance is about to start. |
| Method Detail |
|---|
void beforeRecovery(boolean delegated,
java.lang.String instance)
delegated - identifies whether it is part of a delegated transaction recoveryinstance - the instance name for which transaction recovery is performed, null if unknown
void afterRecovery(boolean success,
boolean delegated,
java.lang.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 unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||