public class XAResourceRecoveryInflowImpl extends java.lang.Object implements 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 |
setJndiName(java.lang.String jndiName)
Set the JNDI name for the resource
|
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 setJndiName(java.lang.String jndiName)
jndiName
- The valuepublic javax.transaction.xa.XAResource[] getXAResources()
getXAResources
in interface org.jboss.tm.XAResourceRecovery
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)