com.ibm.connector2.ims.ico
Class IMSResourceAdapterMetaData
- java.lang.Object
WBIResourceAdapterMetadata
com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- public class IMSResourceAdapterMetaData
- extends WBIResourceAdapterMetadata
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 |
---|---|
|
getAdapterName()
Returns the IMS TM Resource Adapter resource
adapter name.
|
|
getAdapterShortDescription()
Returns a short description of the IMS Connector
for Java resource adapter that can be
used by tools.
|
|
getAdapterVendorName()
Returns the IMS TM Resource Adapter resource
adapter vendor name (IBM).
|
|
getAdapterVersion()
Returns the version, release, and modification level (vrm)
of the IMS TM Resource Adapter resource adapter.
|
|
getInteractionSpecsSupported()
Returns a String array containing the interaction
specifications supported by the IMS Connector for
Java resource adapter.
|
|
getSpecVersion()
Returns the version of the J2EE Connector Architecture
Specification implemented by the IMS TM Resource Adapter
resource adapter.
|
|
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()
Returns an indication of whether or not the IMS Connector
for Java resource adapter supports an execute function with
only an input record.
|
|
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
- public IMSResourceAdapterMetaData( java.lang.String name,
- java.lang.String version,
- java.lang.String vendor,
- boolean isTxnSupported)
- throws ResourceException
Throws:
ResourceException
Method Detail
getAdapterName
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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.