public interface XAResourceRecovery
| Modifier and Type | Method and Description |
|---|---|
XAResource |
getXAResource()
Get a resource to use for recovery purposes.
|
boolean |
hasMoreResources()
Iterate through all of the resources this instance provides
access to.
|
boolean |
initialise(String p)
Initialise with all properties required to create the resource(s).
|
XAResource getXAResource() throws SQLException
SQLExceptionboolean initialise(String p) throws SQLException
p - An arbitrary string from which initialization data
is obtained.true if initialization happened successfully,
false otherwise.SQLExceptionboolean hasMoreResources()
true if this instance can provide more
resources, false otherwise.Copyright © 2013. All Rights Reserved.