public interface RecoveryResourceListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
XAResource[] getXAResources()
void recoveryStarted()
void recoveryCompleted()
Copyright © 2019. All rights reserved.