Class WSATRuntimeConfig.WSATRecoveryEventListener

java.lang.Object
com.sun.xml.ws.tx.dev.WSATRuntimeConfig.WSATRecoveryEventListener
All Implemented Interfaces:
WSATRuntimeConfig.RecoveryEventListener
Enclosing class:
WSATRuntimeConfig

public class WSATRuntimeConfig.WSATRecoveryEventListener extends Object implements WSATRuntimeConfig.RecoveryEventListener
  • Constructor Details

    • WSATRecoveryEventListener

      public WSATRecoveryEventListener()
  • Method Details

    • beforeRecovery

      public void beforeRecovery(boolean delegated, String instance)
      Description copied from interface: WSATRuntimeConfig.RecoveryEventListener
      Indicate to the listener that recovery for a specific instance is about to start.
      Specified by:
      beforeRecovery in interface WSATRuntimeConfig.RecoveryEventListener
      Parameters:
      delegated - identifies whether it is part of a delegated transaction recovery
      instance - the instance name for which transaction recovery is performed, null if unknown
    • afterRecovery

      public void afterRecovery(boolean success, boolean delegated, String instance)
      Description copied from interface: WSATRuntimeConfig.RecoveryEventListener
      Indicate to the listener that recovery is over.
      Specified by:
      afterRecovery in interface WSATRuntimeConfig.RecoveryEventListener
      Parameters:
      success - true if the recovery operation finished successfully
      delegated - identifies whether it is part of a delegated transaction recovery
      instance - the instance name for which transaction recovery is performed, null if unknown