com.microfocus.cobol.connector.cci.CobolResourceAdapterMetaData
public class CobolResourceAdapterMetaData
extends Object
implements ResourceAdapterMetaData
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 architecture spec version. |
void | setAdapterName(Stringname)
Set the resource adapter name. |
void | setAdapterShortDescription(String description)
Set the short description of the resource adapter. |
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. |
public CobolResourceAdapterMetaData()
public String getAdapterVersion()
Get the resource adapter version.
public String getSpecVersion()
Get the connector architecture spec version.
public String getAdapterName()
Get the name of the resource adapter.
public String getAdapterVendorName()
Get the resource adapter vendor name.
public String getAdapterShortDescription()
Get a short description of the resource adapter.
public void setAdapterVersion(String version)
Set the resource adapter version.
version | The resource adapter version. |
public void setSpecVersion(String version)
Set the connector architecture spec version.
version | The spec version. |
public void setAdapterName(String name)
Set the resource adapter name.
name | Set the name of the resource adapter. |
public void setAdapterVendorName(String name)
Set the resource adapter vendor name.
name | Set the name of the resource adapter vendor. |
public void setAdapterShortDescription(String description)
Set the resource adapter short description.
description | Set the short description of the resource adapter. |
public String[] getInteractionSpecsSupported()
Get a list of interaction specs supported.
public boolean supportsExecuteWithInputAndOutputRecord()
Does the resource adapter support execute with input and output record.
public boolean supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only.
public boolean supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only.
public boolean supportsLocalTransactionDemarcation()
Does the resource adapter support local transaction demarcation.