com.ibm.connector2.cics
Class CICSResourceAdapterMetaData

java.lang.Object
  extended bycom.ibm.connector2.cics.CICSResourceAdapterMetaData
All Implemented Interfaces:
java.io.Serializable

public class CICSResourceAdapterMetaData
extends java.lang.Object
implements java.io.Serializable

This class provides information about the specific CICS Resource Adapter

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
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 InteractionSpecs 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 LocalTransaction Demarcation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getAdapterName

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

Returns:
The Adapter Name

getAdapterShortDescription

public java.lang.String getAdapterShortDescription()
Returns a Short Description of the Adapter

Returns:
Adapter Short Description

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()
returns whether the adapter supports LocalTransaction Demarcation

Returns:
flag

getAdapterVendorName

public java.lang.String getAdapterVendorName()
returns the Adapter Vendor Name

Returns:
Vendor

getAdapterVersion

public java.lang.String getAdapterVersion()
returns the Adapter Version

Returns:
Adapter Version

getSpecVersion

public java.lang.String getSpecVersion()
Returns the version of the J2EE Connector Spec implemented by this Resource Adapter

Returns:
Spec Version

getInteractionSpecsSupported

public java.lang.String[] getInteractionSpecsSupported()
Returns a String Array containing the names of the InteractionSpecs Supported by this implementation

Returns:
Interaction Specs Supported

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()
returns whether this resource adapter supports Execute with both input and output records supplied

Returns:
flag

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()
returns whether this resource adapter supports Execute with input record only, returning a newly created output record

Returns:
flag