com.sun.enterprise.transaction.spi
Interface RecoveryResourceListener


public interface RecoveryResourceListener

Interface implemented by the consumers of recoveryResource registry and recoveryresourcelistener.

Since:
9.1
Author:
Binod PG

Method Summary
 XAResource[] getXAResources()
          Return the XAResource objects for recovery processing.
 void recoveryCompleted()
          Indicate to the listener that recovery is over.
 void recoveryStarted()
          Indicate to the listener that recovery started.
 

Method Detail

getXAResources

XAResource[] getXAResources()
Return the XAResource objects for recovery processing.


recoveryStarted

void recoveryStarted()
Indicate to the listener that recovery started.


recoveryCompleted

void recoveryCompleted()
Indicate to the listener that recovery is over.



Copyright © 2012 GlassFish Community. All Rights Reserved.