IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Class Lu62ResourceAdapterMetaData

java.lang.Object
  extended bycom.ibm.connector2.sna.lu62.Lu62ResourceAdapterMetaData
All Implemented Interfaces:
javax.resource.cci.ResourceAdapterMetaData

public class Lu62ResourceAdapterMetaData
extends java.lang.Object
implements javax.resource.cci.ResourceAdapterMetaData

The Lu62ResourceAdapterMetaData provide metadata for JCA Lu62 Connector


Constructor Summary
Lu62ResourceAdapterMetaData()
           
 
Method Summary
 java.lang.String getAdapterName()
          Gets the name of the resource adapter
 java.lang.String getAdapterShortDescription()
          Gets the short description of the resource adapter
 java.lang.String getAdapterVendorName()
          Gets the resource adapter vendor name
 java.lang.String getAdapterVersion()
          Gets the version of the resource adapter
 java.lang.String[] getInteractionSpecsSupported()
          Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter
 java.lang.String getSpecVersion()
          Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter
 boolean supportsExecuteWithInputAndOutputRecord()
          Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns fal
 boolean supportsExecuteWithInputRecordOnly()
          Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false
 boolean supportsLocalTransactionDemarcation()
          Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lu62ResourceAdapterMetaData

public Lu62ResourceAdapterMetaData()
Method Detail

getAdapterName

public java.lang.String getAdapterName()
Gets the name of the resource adapter

Specified by:
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
java.lang.String

getAdapterShortDescription

public java.lang.String getAdapterShortDescription()
Gets the short description of the resource adapter

Specified by:
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
java.lang.String

getAdapterVendorName

public java.lang.String getAdapterVendorName()
Gets the resource adapter vendor name

Specified by:
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
java.lang.String

getAdapterVersion

public java.lang.String getAdapterVersion()
Gets the version of the resource adapter

Specified by:
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
java.lang.String

getSpecVersion

public java.lang.String getSpecVersion()
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter

Specified by:
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
java.lang.String

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()
Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns fal

Specified by:
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
boolean

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()
Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false

Specified by:
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
boolean

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()
Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface

Specified by:
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
boolean

getInteractionSpecsSupported

public java.lang.String[] getInteractionSpecsSupported()
Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter

Specified by:
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
java.lang.String[]

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005