public interface XAResourceRecovery
XAResourceRecoveryRegistry| Modifier and Type | Method and Description |
|---|---|
javax.transaction.xa.XAResource[] |
getXAResources()
Provides XAResource(s) to the transaction system for recovery purposes.
|
void |
initialize()
Initialize the recovery plugin
|
void |
setJndiName(java.lang.String jndiName)
Set the JNDI name for the resource
|
void |
shutdown()
Shutdown the recovery plugin
|
void initialize()
throws java.lang.Exception
java.lang.Exception - If an error occursvoid shutdown()
throws java.lang.Exception
java.lang.Exception - If an error occursjavax.transaction.xa.XAResource[] getXAResources()
void setJndiName(java.lang.String jndiName)
jndiName - The valueCopyright © 2014 IronJacamar (http://www.ironjacamar.org)