org.jboss.jca.core.tx.jbossts
Class XAResourceRecoveryInflowImpl

java.lang.Object
  extended by org.jboss.jca.core.tx.jbossts.XAResourceRecoveryInflowImpl
All Implemented Interfaces:
org.jboss.tm.XAResourceRecovery

public class XAResourceRecoveryInflowImpl
extends Object
implements org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery, org.jboss.tm.XAResourceRecovery

An XAResourceRecovery for inflow implementation.

Author:
Jesper Pedersen

Constructor Summary
XAResourceRecoveryInflowImpl(javax.resource.spi.ResourceAdapter rar, javax.resource.spi.ActivationSpec as, String productName, String productVersion)
          Constructor
 
Method Summary
 XAResource[] getXAResources()
          
 void setJndiName(String jndiName)
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XAResourceRecoveryInflowImpl

public XAResourceRecoveryInflowImpl(javax.resource.spi.ResourceAdapter rar,
                                    javax.resource.spi.ActivationSpec as,
                                    String productName,
                                    String productVersion)
Constructor

Parameters:
rar - The resource adapter
as - The activation spec
productName - The product name
productVersion - The product version
Method Detail

setJndiName

public void setJndiName(String jndiName)


getXAResources

public XAResource[] getXAResources()

Specified by:
getXAResources in interface org.jboss.tm.XAResourceRecovery

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)