Package com.ibm.jakarta.connector2.cics
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the adapter name.Returns a short description of the adapter.Returns the adapter vendor name.Returns the adapter version.String[]
Returns a string array containing the names of the interaction specs supported by this implementation.Returns the version of the JEE connector spec implemented by this resource adapter.boolean
Returns whether this resource adapter supports execute with both input and output records supplied.boolean
Returns whether this resource adapter supports execute with input record only returning a newly created output record.boolean
Returns whether the adapter supports local transaction demarcation.
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Method Details
-
getAdapterName
Returns the adapter name.- Specified by:
getAdapterName
in interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- The adapter name.
-
getAdapterShortDescription
Returns a short description of the adapter.- Specified by:
getAdapterShortDescription
in interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- The adapter short description.
-
supportsLocalTransactionDemarcation
public boolean supportsLocalTransactionDemarcation()Returns whether the adapter supports local transaction demarcation.- Specified by:
supportsLocalTransactionDemarcation
in interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- True if local transaction demarcation is supported, false otherwise.
-
getAdapterVendorName
Returns the adapter vendor name.- Specified by:
getAdapterVendorName
in interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- The adapter vendor name.
-
getAdapterVersion
Returns the adapter version.- Specified by:
getAdapterVersion
in interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- The adapter version.
-
getSpecVersion
Returns the version of the JEE connector spec implemented by this resource adapter.- Specified by:
getSpecVersion
in interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- The spec version.
-
getInteractionSpecsSupported
Returns a string array containing the names of the interaction specs supported by this implementation.- Specified by:
getInteractionSpecsSupported
in interfacejakarta.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 interfacejakarta.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 interfacejakarta.resource.cci.ResourceAdapterMetaData
- Returns:
- True if this resource adapter supports execute with input record only returning a newly created output record, false otherwise.
-