
public class XAResourceRecoveryInflowImpl extends 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,
String productName,
String productVersion)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
XAResource[] |
getXAResources()
Provides XAResource(s) to the transaction system for recovery purposes.
|
void |
setJndiName(String jndiName)
Set the JNDI name for the resource
|
String |
toString() |
public XAResourceRecoveryInflowImpl(javax.resource.spi.ResourceAdapter rar,
javax.resource.spi.ActivationSpec as,
String productName,
String productVersion)
rar - The resource adapteras - The activation specproductName - The product nameproductVersion - The product versionpublic void setJndiName(String jndiName)
jndiName - The valuepublic XAResource[] getXAResources()
getXAResources in interface org.jboss.tm.XAResourceRecoveryCopyright © 2013 IronJacamar (http://www.ironjacamar.org)