
public class XAResourceRecoveryInflowImpl
extends java.lang.Object
implements org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery, org.jboss.tm.XAResourceRecovery
| Constructor and Description |
|---|
XAResourceRecoveryInflowImpl(javax.resource.spi.ResourceAdapter rar,
javax.resource.spi.ActivationSpec as,
java.lang.String productName,
java.lang.String productVersion)
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
|
java.lang.String |
toString() |
public XAResourceRecoveryInflowImpl(javax.resource.spi.ResourceAdapter rar,
javax.resource.spi.ActivationSpec as,
java.lang.String productName,
java.lang.String productVersion)
rar - The resource adapteras - The activation specproductName - The product nameproductVersion - The product versionpublic void initialize()
throws java.lang.Exception
java.lang.Exception - If an error occurspublic void shutdown()
throws java.lang.Exception
java.lang.Exception - If an error occurspublic void setJndiName(java.lang.String jndiName)
jndiName - The valuepublic javax.transaction.xa.XAResource[] getXAResources()
getXAResources in interface org.jboss.tm.XAResourceRecoverypublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)