Class Hierarchy All Classes All Fields and Methods

Class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData

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 Index
Constructor Description
IMSResourceAdapterMetaData()  
Method Index
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.

Constructors

IMSResourceAdapterMetaData

public IMSResourceAdapterMetaData() 

Methods

getAdapterName

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.

getAdapterShortDescription

public String getAdapterShortDescription() 

Returns a short description of the IMS Connector for Java resource adapter that can be used by tools.

getAdapterVendorName

public String getAdapterVendorName() 

Returns the IMS Connector for Java resource adapter vendor name (IBM).

getAdapterVersion

public String getAdapterVersion() 

Returns the version, release, and modification level (vrm) of the IMS Connector for Java resource adapter.

getInteractionSpecsSupported

public String[] getInteractionSpecsSupported() 

Returns a String array containing the interaction specifications supported by the IMS Connector for Java resource adapter.

getSpecVersion

public String getSpecVersion() 

Returns the version of the J2EE Connector Architecture Specification implemented by the IMS Connector for Java resource adapter.

supportsExecuteWithInputAndOutputRecord

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.

supportsExecuteWithInputRecordOnly

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.

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation() 

Returns an indication of whether or not the IMS Connector for Java resource adapter supports local transaction demarcation.

Class Hierarchy All Classes All Fields and Methods