CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.cics
Class CICSResourceAdapterMetaData

java.lang.Object
  extended by com.ibm.connector2.cics.CICSResourceAdapterMetaData
All Implemented Interfaces:
java.io.Serializable, javax.resource.cci.ResourceAdapterMetaData

public class CICSResourceAdapterMetaData
extends java.lang.Object
implements javax.resource.cci.ResourceAdapterMetaData, java.io.Serializable

This class provides information about the specific CICS resource adapter.

See Also:
Serialized Form

Method Summary
 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 J2EE 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdapterName

public java.lang.String getAdapterName()
Returns the adapter name.

Specified by:
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
The adapter name.

getAdapterShortDescription

public java.lang.String getAdapterShortDescription()
Returns a short description of the adapter.

Specified by:
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
The adapter short description.

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()
Returns whether the adapter supports local transaction demarcation.

Specified by:
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
True if local transaction demarcation is supported, false otherwise.

getAdapterVendorName

public java.lang.String getAdapterVendorName()
Returns the adapter vendor name.

Specified by:
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
The adapter vendor name.

getAdapterVersion

public java.lang.String getAdapterVersion()
Returns the adapter version.

Specified by:
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
The adapter version.

getSpecVersion

public java.lang.String getSpecVersion()
Returns the version of the J2EE connector spec implemented by this resource adapter.

Specified by:
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
The spec version.

getInteractionSpecsSupported

public java.lang.String[] getInteractionSpecsSupported()
Returns a string array containing the names of the interaction specs supported by this implementation.

Specified by:
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
The supported interaction specs.

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()
Returns whether this resource adapter supports execute with both input and output records supplied.

Specified by:
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
True if this resource adaptor supports execute with both input and output records supplied, false otherwise.

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()
Returns whether this resource adapter supports execute with input record only returning a newly created output record.

Specified by:
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
True if this resource adapter supports execute with input record only returning a newly created output record, false otherwise.

©Copyright IBM Corp. 1994, 2014
Legal