public class CassandraDriverRaMetaData extends Object implements javax.resource.cci.ResourceAdapterMetaData
| Constructor and Description |
|---|
CassandraDriverRaMetaData()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterName()
Gets a tool displayable name of the resource adapter.
|
String |
getAdapterShortDescription()
Gets a tool displayable short desription of the resource adapter.
|
String |
getAdapterVendorName()
Gets the name of the vendor that has provided the resource adapter.
|
String |
getAdapterVersion()
Gets the version of the resource adapter.
|
String[] |
getInteractionSpecsSupported()
Returns an array of fully-qualified names of InteractionSpec
|
String |
getSpecVersion()
Returns a string representation of the version
|
boolean |
supportsExecuteWithInputAndOutputRecord()
Returns true if the implementation class for the Interaction
|
boolean |
supportsExecuteWithInputRecordOnly()
Returns true if the implementation class for the Interaction
|
boolean |
supportsLocalTransactionDemarcation()
Returns true if the resource adapter implements the LocalTransaction
|
public String getAdapterVersion()
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getAdapterVendorName()
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getAdapterName()
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getAdapterShortDescription()
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getSpecVersion()
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic String[] getInteractionSpecsSupported()
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsExecuteWithInputAndOutputRecord()
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsExecuteWithInputRecordOnly()
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaDataCopyright © 2015. All rights reserved.