FileDocCategorySizeDatePackage
RecoveryResourceListener.javaAPI DocGlassfish v2 API2533Fri May 04 22:35:14 BST 2007com.sun.enterprise.resource

RecoveryResourceListener

public interface RecoveryResourceListener
Interface implemented by the consumers of recoveryResource registry and recoveryresourcelistener.
author
Binod PG
since
9.1

Fields Summary
Constructors Summary
Methods Summary
public javax.transaction.xa.XAResource[]getXAResources()
Return the XAResource objects for recovery processing.

public voidrecoveryCompleted()
Indicate to the listener that recovery is over.

public voidrecoveryStarted()
Indicate to the listener that recovery started.