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