public interface ResourceAdapterMetaData
Modifier and Type | Method and Description |
---|---|
String |
getAdapterName()
Gets the resource adapter's name.
|
String |
getAdapterShortDescription()
Gets the resource adapter's short description.
|
String |
getAdapterVendorName()
Gets the resource adapter vendor's name.
|
String |
getAdapterVersion()
Gets the resource adapter version.
|
String[] |
getInteractionSpecsSupported()
Gets information on the InteractionSpec types supported by this resource
adapter.
|
String |
getSpecVersion()
Gets the Connector specification version supported by this adapter.
|
boolean |
supportsExecuteWithInputAndOutputRecord()
Returns true if the resource adapter Interaction implementation supports
the method boolean execute( InteractionSpec spec, Record input, Record
output ), otherwise returns false
|
boolean |
supportsExecuteWithInputRecordOnly()
Returns true if the resource adapter Interaction implementation supports
the method boolean execute( InteractionSpec spec, Record input ),
otherwise returns false
|
boolean |
supportsLocalTransactionDemarcation()
Returns true if the resource adapter implementation implements the
LocalTransaction interface and supports local transaction demarcation.
|
String getAdapterName()
String getAdapterShortDescription()
String getAdapterVendorName()
String getAdapterVersion()
String[] getInteractionSpecsSupported()
String getSpecVersion()
boolean supportsExecuteWithInputAndOutputRecord()
boolean supportsExecuteWithInputRecordOnly()
boolean supportsLocalTransactionDemarcation()
Copyright © 2013 JBoss by Red Hat. All rights reserved.