|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu62.Lu62ResourceAdapterMetaData
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 |
public Lu62ResourceAdapterMetaData()
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 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
public java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported
in interface javax.resource.cci.ResourceAdapterMetaData
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |