public interface ResourceAdapterMetaData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterName()
Returns a tool name for the resource adapter.
|
java.lang.String |
getAdapterShortDescription()
Returns a short description of the resource adapter.
|
java.lang.String |
getAdapterVendorName()
Returns the vendor name for the adapter.
|
java.lang.String |
getAdapterVersion()
Returns the version of the resource adapter.
|
java.lang.String[] |
getInteractionSpecsSupported()
Returns the interaction spec types.
|
java.lang.String |
getSpecVersion()
Returns a string representation of the version of the spec.
|
boolean |
supportsExecuteWithInputAndOutputRecord()
Returns true if the execute with the input and output records
are supported.
|
boolean |
supportsExecuteWithInputRecordOnly()
Returns true if the execute with the input records
are supported.
|
boolean |
supportsLocalTransactionDemarcation()
Returns true if local transactions are supported.
|
java.lang.String getAdapterVersion()
java.lang.String getAdapterVendorName()
java.lang.String getAdapterName()
java.lang.String getAdapterShortDescription()
java.lang.String getSpecVersion()
java.lang.String[] getInteractionSpecsSupported()
boolean supportsExecuteWithInputAndOutputRecord()
boolean supportsExecuteWithInputRecordOnly()
boolean supportsLocalTransactionDemarcation()