Uses of Class
org.jboss.jca.adapters.jdbc.spi.XAData
-
Packages that use XAData Package Description org.jboss.jca.adapters.jdbc.spi The JDBC resource adapter spiorg.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 Modifier and Type Method Description XADataURLXASelectorStrategy. active()Get the active XAData entryMethods in org.jboss.jca.adapters.jdbc.spi with parameters of type XAData Modifier and Type Method Description voidURLXASelectorStrategy. fail(XAData xd)Fail a XAData entry - e.g.Method parameters in org.jboss.jca.adapters.jdbc.spi with type arguments of type XAData Modifier and Type Method Description voidURLXASelectorStrategy. 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 Modifier and Type Method Description XADataURLXASelector. active()Get the active XAData entryMethods in org.jboss.jca.adapters.jdbc.xa with parameters of type XAData Modifier and Type Method Description voidURLXASelector. fail(XAData xd)Fail a XAData entry - e.g.Method parameters in org.jboss.jca.adapters.jdbc.xa with type arguments of type XAData Modifier and Type Method Description voidURLXASelector. init(List<XAData> data)Init the plugin with the XAData entries
-