java.lang.Object | +----com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
public class IMSResourceAdapterMetaData
extends Object
The IMSResourceAdapterMetaData class Contains meta information about the resource adapter, IMS Connector for Java.
Constructor | Description |
IMSResourceAdapterMetaData() |
Method | Description |
String getAdapterName() | Returns the IMS Connector for Java resource adapter name. |
String getAdapterShortDescription() | Returns a short description of the IMS Connector for Java resource adapter that can be used by tools. |
String getAdapterVendorName() | Returns the IMS Connector for Java resource adapter vendor name (IBM). |
String getAdapterVersion() | Returns the version, release, and modification level (vrm) of the IMS Connector for Java resource adapter. |
String[] getInteractionSpecsSupported() | Returns a String array containing the interaction specifications supported by the IMS Connector for Java resource adapter. |
String getSpecVersion() | Returns the version of the J2EE Connector Architecture Specification implemented by the IMS Connector for Java resource adapter. |
boolean supportsExecuteWithInputAndOutputRecord() | Returns an indication of whether or not the IMS Connector for Java resource adapter supports an execute function with both input and output records. |
boolean supportsExecuteWithInputRecordOnly() | Returns an indication of whether or not the IMS Connector for Java resource adapter supports an execute function with only an input record. |
boolean supportsLocalTransactionDemarcation() | Returns an indication of whether or not the IMS Connector for Java resource adapter supports local transaction demarcation. |
public IMSResourceAdapterMetaData()
public String getAdapterName()Returns the IMS Connector for Java resource adapter name. Note: The IMS Connector for Java resource adapter is also known as the IMS Resource Adapter.
- Returns
- - String containing the IMS Connector for Java resource adapter name, for example, "IMS Connector for Java".
public String getAdapterShortDescription()Returns a short description of the IMS Connector for Java resource adapter that can be used by tools.
- Returns
- - String describing IMS Connector for Java resource adapter.
public String getAdapterVendorName()Returns the IMS Connector for Java resource adapter vendor name (IBM).
- Returns
- - String containing "IBM", the name of IMS Connector for Java resource adapter's vendor.
public String getAdapterVersion()Returns the version, release, and modification level (vrm) of the IMS Connector for Java resource adapter.
- Returns
- - String containing the vrm of the IMS Connector for Java resource adapter, for example, "2.1.0".
public String[] getInteractionSpecsSupported()Returns a String array containing the interaction specifications supported by the IMS Connector for Java resource adapter.
- Returns
- - Array of fully-qualified class names of InteractionSpec classes supported by the IMS Connector for Java resource adapter, for example, "com.ibm.connector2.ims.ico.IMSInteractionSpec".
public String getSpecVersion()Returns the version of the J2EE Connector Architecture Specification implemented by the IMS Connector for Java resource adapter.
- Returns
- - String containing the version of the J2EE Connector Architecture Specification implemented by the IMS Connector for Java resource adapter, for example, "Version 1.0".
public boolean supportsExecuteWithInputAndOutputRecord()Returns an indication of whether or not the IMS Connector for Java resource adapter supports an execute function with both input and output records.
- Returns
- - Boolean value of TRUE, since the IMS Connector for Java resource adapter for which this IMSResourceAdapterMetaData is associated supports an execute function with both input and output records.
public boolean supportsExecuteWithInputRecordOnly()Returns an indication of whether or not the IMS Connector for Java resource adapter supports an execute function with only an input record.
- Returns
- - Boolean value of FALSE, since the IMS Connector for Java resource adapter for which this IMSResourceAdapterMetaData is associated does not support an execute function with only an input record.
public boolean supportsLocalTransactionDemarcation()Returns an indication of whether or not the IMS Connector for Java resource adapter supports local transaction demarcation.
- Returns
- - Boolean value of FALSE , since the IMS Connector for Java resource adapter for which this IMSResourceAdapterMetaData is associated does not support local transaction demarcation.