|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.tx.dev.WSATRuntimeConfig.WSATRecoveryEventListener
public class WSATRuntimeConfig.WSATRecoveryEventListener
| Constructor Summary | |
|---|---|
WSATRuntimeConfig.WSATRecoveryEventListener()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSATRuntimeConfig.WSATRecoveryEventListener()
| Method Detail |
|---|
public void beforeRecovery(boolean delegated,
java.lang.String instance)
WSATRuntimeConfig.RecoveryEventListener
beforeRecovery 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 unknown
public void afterRecovery(boolean success,
boolean delegated,
java.lang.String instance)
WSATRuntimeConfig.RecoveryEventListener
afterRecovery 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 unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||