java.lang.Objectcom.microfocus.cobol.connector.cci.CobolResourceAdapterMetaData
This implementation class provides info about the capabilities of a resource adapter implementation.
Constructor Summary | |
CobolResourceAdapterMetaData()
|
Method Summary | |
String |
getAdapterName()
Get the name of the resource adapter. |
String |
getAdapterShortDescription()
Get a short description of the resource adapter. |
String |
getAdapterVendorName()
Get the resource adapter vendor name. |
String |
getAdapterVersion()
Get the resource adapter version. |
String[] |
getInteractionSpecsSupported()
Get a list of interaction specs supported |
String |
getSpecVersion()
Get the Connector arhitecture spec version. |
void |
setAdapterName(String name)
Set the resource adapter name |
void |
setAdapterShortDescription(String description)
Set the short description of the resource adapater. |
void |
setAdapterVendorName(String name)
Set the resource adapter vendor name |
void |
setAdapterVersion(String version)
Set the resource adapter version |
void |
setSpecVersion(String version)
Set the connector architecture spec version |
boolean |
supportsExecuteWithInputAndOutputRecord()
Does the resource adapter support execute with input and output record |
boolean |
supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only. |
boolean |
supportsLocalTransactionDemarcation()
Does the resource adapter support local transaction demarcation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CobolResourceAdapterMetaData()
Method Detail |
public String getAdapterVersion()
public String getSpecVersion()
public String getAdapterName()
public String getAdapterVendorName()
public String getAdapterShortDescription()
public void setAdapterVersion(String version)
version
- The resource adapter version.public void setSpecVersion(String version)
version
- The spec version.public void setAdapterName(String name)
name
- Set the name of the resource adapter.public void setAdapterVendorName(String name)
name
- The name of the resource adapter vendor.public void setAdapterShortDescription(String description)
description
- The short description of the resource adapaterpublic String[] getInteractionSpecsSupported()
public boolean supportsExecuteWithInputAndOutputRecord()
public boolean supportsExecuteWithInputRecordOnly()
public boolean supportsLocalTransactionDemarcation()
Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.