|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Implementation class provides info about the capabilities of a resource adapter. Sub-class must provide values for abstract methods for a particular adapter. Also optionally overide supportXXX() methods when necessary.
Constructor Summary | |
VistaLinkResourceAdapterMetaData()
|
Method Summary | |
java.lang.String |
getAdapterName()
Returns the name of this adapter. |
java.lang.String |
getAdapterShortDescription()
Returns the short description of this adapter. |
java.lang.String |
getAdapterVendorName()
Returns the vendor name of this adapter. |
java.lang.String |
getAdapterVersion()
Returns the version of this adapter. |
java.lang.String[] |
getInteractionSpecsSupported()
Returns the fully-qualified names of InteractionSpec types supported by the CCI implementation for this adapter. |
java.lang.String |
getSpecVersion()
Returns the version of the Connector Architecture Specification that is spported by the adapter. |
boolean |
supportsExecuteWithInputAndOutputRecord()
Returns if the Interaction implementation of this adapter supports the public boolean execute(InteractionSpec is, Record input, Record output) method. |
boolean |
supportsExecuteWithInputRecordOnly()
Returns if the Interaction implementation of this adapter supports the public Record execute(InteractionSpec iSpec, Record input) method. |
boolean |
supportsLocalTransactionDemarcation()
Returns if this 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VistaLinkResourceAdapterMetaData()
Method Detail |
public java.lang.String getAdapterVersion()
getAdapterVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterVendorName()
getAdapterVendorName
in interface javax.resource.cci.ResourceAdapterMetaData
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 getSpecVersion()
getSpecVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputAndOutputRecord()
public boolean execute(InteractionSpec is, Record input, Record output)
method.
supportsExecuteWithInputAndOutputRecord
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputRecordOnly()
public Record execute(InteractionSpec iSpec, Record input)
method.
supportsExecuteWithInputRecordOnly
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation
in interface javax.resource.cci.ResourceAdapterMetaData
|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |