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
SQLException
boolean initialise(String p) throws SQLException
p
- An arbitrary string from which initialization data
is obtained.true
if initialization happened successfully,
false
otherwise.SQLException
boolean hasMoreResources()
true
if this instance can provide more
resources, false
otherwise.Copyright © 2016 JBoss by Red Hat. All rights reserved.