Class CICSResourceAdapterMetaData

java.lang.Object
com.ibm.jakarta.connector2.cics.CICSResourceAdapterMetaData
All Implemented Interfaces:
jakarta.resource.cci.ResourceAdapterMetaData, Serializable

public class CICSResourceAdapterMetaData extends Object implements jakarta.resource.cci.ResourceAdapterMetaData, Serializable
This class provides information about the specific CICS resource adapter.
  • Field Details

  • Method Details

    • getAdapterName

      public String getAdapterName()
      Returns the adapter name.
      Specified by:
      getAdapterName in interface jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      The adapter name.
    • getAdapterShortDescription

      public String getAdapterShortDescription()
      Returns a short description of the adapter.
      Specified by:
      getAdapterShortDescription in interface jakarta.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 jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      True if local transaction demarcation is supported, false otherwise.
    • getAdapterVendorName

      public String getAdapterVendorName()
      Returns the adapter vendor name.
      Specified by:
      getAdapterVendorName in interface jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      The adapter vendor name.
    • getAdapterVersion

      public String getAdapterVersion()
      Returns the adapter version.
      Specified by:
      getAdapterVersion in interface jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      The adapter version.
    • getSpecVersion

      public String getSpecVersion()
      Returns the version of the JEE connector spec implemented by this resource adapter.
      Specified by:
      getSpecVersion in interface jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      The spec version.
    • getInteractionSpecsSupported

      public String[] getInteractionSpecsSupported()
      Returns a string array containing the names of the interaction specs supported by this implementation.
      Specified by:
      getInteractionSpecsSupported in interface jakarta.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 jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      True if this resource adapter 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 jakarta.resource.cci.ResourceAdapterMetaData
      Returns:
      True if this resource adapter supports execute with input record only returning a newly created output record, false otherwise.