Uses of Class
org.jboss.jca.adapters.jdbc.spi.XAData

Packages that use XAData
org.jboss.jca.adapters.jdbc.spi The JDBC resource adapter spi 
org.jboss.jca.adapters.jdbc.xa This package contains the XA functionality 
 

Uses of XAData in org.jboss.jca.adapters.jdbc.spi
 

Methods in org.jboss.jca.adapters.jdbc.spi that return XAData
 XAData URLXASelectorStrategy.active()
          Get the active XAData entry
 

Methods in org.jboss.jca.adapters.jdbc.spi with parameters of type XAData
 void URLXASelectorStrategy.fail(XAData xd)
          Fail a XAData entry - e.g.
 

Method parameters in org.jboss.jca.adapters.jdbc.spi with type arguments of type XAData
 void URLXASelectorStrategy.init(List<XAData> xds)
          Init the plugin with the XAData entries
 

Uses of XAData in org.jboss.jca.adapters.jdbc.xa
 

Methods in org.jboss.jca.adapters.jdbc.xa that return XAData
 XAData URLXASelector.active()
          Get the active XAData entry
 

Methods in org.jboss.jca.adapters.jdbc.xa with parameters of type XAData
 void URLXASelector.fail(XAData xd)
          Fail a XAData entry - e.g.
 

Method parameters in org.jboss.jca.adapters.jdbc.xa with type arguments of type XAData
 void URLXASelector.init(List<XAData> data)
          Init the plugin with the XAData entries
 



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