
public class XAResourceRecoveryImpl extends java.lang.Object implements XAResourceRecovery
| Constructor and Description |
|---|
XAResourceRecoveryImpl()
Constructor
|
| 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
|
public void initialize()
throws java.lang.Exception
initialize in interface XAResourceRecoveryjava.lang.Exception - If an error occurspublic void shutdown()
throws java.lang.Exception
shutdown in interface XAResourceRecoveryjava.lang.Exception - If an error occurspublic javax.transaction.xa.XAResource[] getXAResources()
getXAResources in interface XAResourceRecoverypublic void setJndiName(java.lang.String jndiName)
setJndiName in interface XAResourceRecoveryjndiName - The valueCopyright © 2014 IronJacamar (http://www.ironjacamar.org)