public class CICSResourceAdapterMetaData
extends java.lang.Object
implements javax.resource.cci.ResourceAdapterMetaData, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdapterName()
Returns the adapter name.
|
java.lang.String |
getAdapterShortDescription()
Returns a short description of the adapter.
|
java.lang.String |
getAdapterVendorName()
Returns the adapter vendor name.
|
java.lang.String |
getAdapterVersion()
Returns the adapter version.
|
java.lang.String[] |
getInteractionSpecsSupported()
Returns a string array containing the names of the interaction specs
supported by this implementation.
|
java.lang.String |
getSpecVersion()
Returns the version of the JEE connector spec implemented by this
resource adapter.
|
boolean |
supportsExecuteWithInputAndOutputRecord()
Returns whether this resource adapter supports execute with both
input and output records supplied.
|
boolean |
supportsExecuteWithInputRecordOnly()
Returns whether this resource adapter supports execute with
input record only returning a newly created output record.
|
boolean |
supportsLocalTransactionDemarcation()
Returns whether the adapter supports local transaction demarcation.
|
public java.lang.String getAdapterName()
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getAdapterShortDescription()
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getAdapterVendorName()
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getAdapterVersion()
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getSpecVersion()
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.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.ResourceAdapterMetaData