Package All Classes All Fields and Methods Deprecated
java.lang.Objectcom.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
The IMSResourceAdapterMetaData class Contains meta information about the resource adapter, IMS Connector for Java.
Constructor Summary | |
IMSResourceAdapterMetaData()
|
Method Summary | |
java.lang.String |
getAdapterName()
Returns the IMS Connector for Java resource adapter name. |
java.lang.String |
getAdapterShortDescription()
Returns a short description of the IMS Connector for Java resource adapter that can be used by tools. |
java.lang.String |
getAdapterVendorName()
Returns the IMS Connector for Java resource adapter vendor name (IBM). |
java.lang.String |
getAdapterVersion()
Returns the version, release, and modification level (vrm) of the IMS Connector for Java resource adapter. |
java.lang.String[] |
getInteractionSpecsSupported()
Returns a String array containing the interaction specifications supported by the IMS Connector for Java resource adapter. |
java.lang.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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IMSResourceAdapterMetaData()
Method Detail |
public java.lang.String getAdapterName()
getAdapterName
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterShortDescription()
getAdapterShortDescription
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterVendorName()
getAdapterVendorName
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterVersion()
getAdapterVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getSpecVersion()
getSpecVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputAndOutputRecord()
supportsExecuteWithInputAndOutputRecord
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputRecordOnly()
supportsExecuteWithInputRecordOnly
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation
in interface javax.resource.cci.ResourceAdapterMetaData