Package org.jboss.jca.adapters.jdbc.spi
Interface URLXASelectorStrategy
- All Known Implementing Classes:
URLXASelector
public interface URLXASelectorStrategy
URLXASelectorStrategy
- Author:
- Jesper Pedersen
-
Method Summary
-
Method Details
-
init
Init the plugin with the XAData entries- Parameters:
xds- The value
-
hasMore
boolean hasMore()Does the plugin has more valid XAData entries ?- Returns:
- True, if more are available, otherwise false
-
active
XAData active()Get the active XAData entry- Returns:
- The value
-
fail
Fail a XAData entry - e.g. mark it as bad- Parameters:
xd- The value
-
reset
void reset()Reset the plugin -
getData
String getData()Get the data for an error presentation- Returns:
- The value
-