com.ibm.connector2.ims.ico

Class IMSResourceAdapterMetaData

  1. java.lang.Object
  2. extended byWBIResourceAdapterMetadata
  3. extended bycom.ibm.connector2.ims.ico.IMSResourceAdapterMetaData

  1. public class IMSResourceAdapterMetaData
  2. extends WBIResourceAdapterMetadata
The IMSResourceAdapterMetaData class Contains meta information about the resource adapter, IMS TM Resource Adapter.

Constructor Summary

Constructor and Description
IMSResourceAdapterMetaData(java.lang.String name,java.lang.String version,java.lang.String vendor,boolean isTxnSupported)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAdapterName()
Returns the IMS TM Resource Adapter resource adapter name.
  1. java.lang.String
getAdapterShortDescription()
Returns a short description of the IMS Connector for Java resource adapter that can be used by tools.
  1. java.lang.String
getAdapterVendorName()
Returns the IMS TM Resource Adapter resource adapter vendor name (IBM).
  1. java.lang.String
getAdapterVersion()
Returns the version, release, and modification level (vrm) of the IMS TM Resource Adapter resource adapter.
  1. java.lang.String[]
getInteractionSpecsSupported()
Returns a String array containing the interaction specifications supported by the IMS Connector for Java resource adapter.
  1. java.lang.String
getSpecVersion()
Returns the version of the J2EE Connector Architecture Specification implemented by the IMS TM Resource Adapter resource adapter.
  1. 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.
  1. 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.
  1. 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

IMSResourceAdapterMetaData

  1. public IMSResourceAdapterMetaData( java.lang.String name,
  2. java.lang.String version,
  3. java.lang.String vendor,
  4. boolean isTxnSupported)
  5. throws ResourceException
Throws:
ResourceException

Method Detail

getAdapterName

  1. public java.lang.String getAdapterName( )
Returns the IMS TM Resource Adapter resource adapter name. Note: The IMS TM Resource Adapter resource adapter is also known as the IMS Resource Adapter.
Returns:
- String containing the IMS Connector for Java resource adapter name, for example, "IMS TM Resource Adapter".

getAdapterShortDescription

  1. public java.lang.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.

getAdapterVendorName

  1. public java.lang.String getAdapterVendorName( )
Returns the IMS TM Resource Adapter resource adapter vendor name (IBM).
Returns:
- String containing "IBM", the name of IMS TM Resource Adapter resource adapter's vendor.

getAdapterVersion

  1. public java.lang.String getAdapterVersion( )
Returns the version, release, and modification level (vrm) of the IMS TM Resource Adapter resource adapter.
Returns:
- String containing the vrm of the IMS TM Resource Adapter resource adapter, for example, "2.1.0".

getInteractionSpecsSupported

  1. public java.lang.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 TM Resource Adapter resource adapter, for example, "com.ibm.connector2.ims.ico.IMSInteractionSpec".

getSpecVersion

  1. public java.lang.String getSpecVersion( )
Returns the version of the J2EE Connector Architecture Specification implemented by the IMS TM Resource Adapter resource adapter.
Returns:
- String containing the version of the J2EE Connector Architecture Specification implemented by the IMS TM Resource Adapter resource adapter, for example, "Version 1.0".

supportsExecuteWithInputAndOutputRecord

  1. 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 TM Resource Adapter resource adapter for which this IMSResourceAdapterMetaData is associated supports an execute function with both input and output records.

supportsExecuteWithInputRecordOnly

  1. 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 TM Resource Adapter resource adapter for which this IMSResourceAdapterMetaData is associated does not support an execute function with only an input record.

supportsLocalTransactionDemarcation

  1. 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 TM Resource Adapter resource adapter for which this IMSResourceAdapterMetaData is associated does not support local transaction demarcation.