Method Summary | |
---|---|
String | getAdapterName() |
String | getAdapterShortDescription() |
String | getAdapterVendorName() |
String | getAdapterVersion() |
String[] | getInteractionSpecsSupported() |
String | getSpecVersion() |
void | setAdapterName(Stringname) |
void | setAdapterShortDescription(String description) |
void | setAdapterVendorName(String name) |
void | setAdapterVersion(String version) |
void | setSpecVersion(String version) |
boolean | supportsExecuteWithInputAndOutputRecord()
Does the resource adapter support execute with input and output record. |
boolean | supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only. |
boolean | supportsLocalTransactionDemarcation()
Does the resource adapter support local transaction demarcation. |
public String getAdapterVersion()
Get the resource adapter version.
public String getSpecVersion()
Get the connector architecture spec version.
public String getAdapterName()
Get the name of the resource adapter.
public String getAdapterVendorName()
Get the resource adapter vendor name.
public String getAdapterShortDescription()
Get a short description of the resource adapter.
public void setAdapterVersion(String version)
Set the resource adapter version.
public void setSpecVersion(String version)
Set the connector architecture spec version.
public void setAdapterName(String name)
Set the resource adapter name.
public void setAdapterVendorName(String name)
Set the resource adapter vendor name.
public void setAdapterShortDescription(String description)
Set the resource adapter short description.
public String[] getInteractionSpecsSupported()
Get a list of interaction specs supported.
public boolean supportsExecuteWithInputAndOutputRecord()
Does the resource adapter support execute with input and output record.
public boolean supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only.
public boolean supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only.
public boolean supportsLocalTransactionDemarcation()
Does the resource adapter support local transaction demarcation.