|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSResourceAdapterMetaData
This class provides information about the specific CICS Resource Adapter
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Method Summary | |
---|---|
java.lang.String |
getAdapterName()
returns the adapter name |
java.lang.String |
getAdapterShortDescription()
Returns a Short Description of the Adapter |
java.lang.String |
getAdapterVendorName()
returns the Adapter Vendor Name |
java.lang.String |
getAdapterVersion()
returns the Adapter Version |
java.lang.String[] |
getInteractionSpecsSupported()
Returns a String Array containing the names of the InteractionSpecs Supported by this implementation |
java.lang.String |
getSpecVersion()
Returns the version of the J2EE Connector Spec implemented by this Resource Adapter |
boolean |
supportsExecuteWithInputAndOutputRecord()
returns whether this resource adapter supports Execute with both input and output records supplied |
boolean |
supportsExecuteWithInputRecordOnly()
returns whether this resource adapter supports Execute with input record only, returning a newly created output record |
boolean |
supportsLocalTransactionDemarcation()
returns whether the adapter supports LocalTransaction Demarcation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CLASS_VERSION
Method Detail |
public java.lang.String getAdapterName()
public java.lang.String getAdapterShortDescription()
public boolean supportsLocalTransactionDemarcation()
public java.lang.String getAdapterVendorName()
public java.lang.String getAdapterVersion()
public java.lang.String getSpecVersion()
public java.lang.String[] getInteractionSpecsSupported()
public boolean supportsExecuteWithInputAndOutputRecord()
public boolean supportsExecuteWithInputRecordOnly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |