public interface URLXASelectorStrategy
Modifier and Type | Method and Description |
---|---|
XAData |
active()
Get the active XAData entry
|
void |
fail(XAData xd)
Fail a XAData entry - e.g.
|
java.lang.String |
getData()
Get the data for an error presentation
|
boolean |
hasMore()
Does the plugin has more valid XAData entries ?
|
void |
init(java.util.List<XAData> xds)
Init the plugin with the XAData entries
|
void |
reset()
Reset the plugin
|
void init(java.util.List<XAData> xds)
xds
- The valueboolean hasMore()
XAData active()
void fail(XAData xd)
xd
- The valuevoid reset()
java.lang.String getData()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)