|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSResourceAdapterMetaData
public class CICSResourceAdapterMetaData
This class provides information about the specific CICS resource adapter.
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 interaction specs 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 local transaction demarcation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation
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 java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported
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
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |