| javax.resource.cci.ResourceAdapterMetaData
ResourceAdapterMetaData | public interface ResourceAdapterMetaData (Code) | | The ResourceAdaptetMetaData provides information about the resource adapters
implementation.
The resource adapter does not require an active connection to exist in order
for the client to retrieve and use this data.
version: $Revision: 57196 $ |
getAdapterName | public String getAdapterName()(Code) | | Gets the resource adapter's name.
Resource adapter name. |
getAdapterShortDescription | public String getAdapterShortDescription()(Code) | | Gets the resource adapter's short description.
Resource adapter short description. |
getAdapterVendorName | public String getAdapterVendorName()(Code) | | Gets the resource adapter vendor's name.
Resource adapter vendor name. |
getAdapterVersion | public String getAdapterVersion()(Code) | | Gets the resource adapter version.
Resource adapter version. |
getInteractionSpecsSupported | public String[] getInteractionSpecsSupported()(Code) | | Gets information on the InteractionSpec types supported by this resource
adapter.
Array of InteractionSpec names supported. |
getSpecVersion | public String getSpecVersion()(Code) | | Gets the Connector specification version supported by this adapter.
Connector specification version. |
supportsExecuteWithInputAndOutputRecord | public boolean supportsExecuteWithInputAndOutputRecord()(Code) | | Returns true if the resource adapter Interaction implementation supports
the method boolean execute( InteractionSpec spec, Record input, Record
output ), otherwise returns false
|
supportsExecuteWithInputRecordOnly | public boolean supportsExecuteWithInputRecordOnly()(Code) | | Returns true if the resource adapter Interaction implementation supports
the method boolean execute( InteractionSpec spec, Record input ),
otherwise returns false
|
supportsLocalTransactionDemarcation | public boolean supportsLocalTransactionDemarcation()(Code) | | Returns true if the resource adapter implementation implements the
LocalTransaction interface and supports local transaction demarcation.
|
|
|