| Package | Description |
|---|---|
| org.jboss.jca.adapters.jdbc.spi |
The JDBC resource adapter spi
|
| org.jboss.jca.adapters.jdbc.xa |
This package contains the XA functionality
|
| Modifier and Type | Method and Description |
|---|---|
XAData |
URLXASelectorStrategy.active()
Get the active XAData entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLXASelectorStrategy.fail(XAData xd)
Fail a XAData entry - e.g. mark it as bad
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLXASelectorStrategy.init(java.util.List<XAData> xds)
Init the plugin with the XAData entries
|
| Modifier and Type | Method and Description |
|---|---|
XAData |
URLXASelector.active()
Get the active XAData entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLXASelector.fail(XAData xd)
Fail a XAData entry - e.g. mark it as bad
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLXASelector.init(java.util.List<XAData> data)
Init the plugin with the XAData entries
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)