Class CobolResourceAdapterMetaData

An implementation class that provides information about the capabilities of a resource adapter implementation.
java.lang.Object

extended by com.microfocus.cobol.connector.cci.CobolResourceAdapterMetaData

All Implemented Interfaces

ResourceAdapterMetaData

Class Specifications

public class CobolResourceAdapterMetaData

extends Object

implements ResourceAdapterMetaData

Constructor Summary

CobolResourceAdapterMetaData()

Methods

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.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CobolResourceAdapterMetaData
public CobolResourceAdapterMetaData()

Method Detail

getAdapterVersion
public String getAdapterVersion()

Get the resource adapter version.

Specified by:
getAdapterVersion in interface ResourceAdapterMetaData
Returns:
The resource adapter version.
getSpecVersion
public String getSpecVersion()

Get the connector architecture spec version.

Specified by:
getSpecVersion in interface ResourceAdapterMetaData
Returns:
The connector architecture spec version.
getAdapterName
public String getAdapterName()

Get the name of the resource adapter.

Specified by:
getAdapterName in interface ResourceAdapterMetaData
Returns:
The resource adapter name.
getAdapterVendorName
public String getAdapterVendorName()

Get the resource adapter vendor name.

Specified by:
getAdapterVendorName in interface ResourceAdapterMetaData
Returns:
The resource adapter vendor name.
getAdapterShortDescription
public String getAdapterShortDescription()

Get a short description of the resource adapter.

Specified by:
getAdapterShortDescription in interface ResourceAdapterMetaData
Returns:
Short description of the resource adapter.
setAdapterVersion
public void setAdapterVersion(String version)

Set the resource adapter version.

Parameters:
version The resource adapter version.
setSpecVersion
public void setSpecVersion(String version)

Set the connector architecture spec version.

Parameters:
version The spec version.
setAdapterName
public void setAdapterName(String name)

Set the resource adapter name.

Parameters:
name Set the name of the resource adapter.
setAdapterVendorName
public void setAdapterVendorName(String name)

Set the resource adapter vendor name.

Parameters:
name Set the name of the resource adapter vendor.
setAdapterShortDescription
public void setAdapterShortDescription(String description)

Set the resource adapter short description.

Parameters:
description Set the short description of the resource adapter.
getInteractionSpecsSupported
public String[] getInteractionSpecsSupported()

Get a list of interaction specs supported.

Specified by:
getInteractionSpecsSupported in interface ResourceAdapterMetaData
Returns:
The list of interaction specs supported.
supportsExecuteWithInputAndOutputRecord
public boolean supportsExecuteWithInputAndOutputRecord()

Does the resource adapter support execute with input and output record.

Specified by:
supportsExecuteWithInputAndOutputRecord in interface ResourceAdapterMetaData
Returns:
true if it does, false otherwise
supportsExecuteWithInputRecordOnly
public boolean supportsExecuteWithInputRecordOnly()

Does the resource adapter support execute with input record only.

Specified by:
supportsExecuteWithInputRecordOnly in interface ResourceAdapterMetaData
Returns:
true if it does, false otherwise
supportsExecuteWithInputRecordOnly
public boolean supportsExecuteWithInputRecordOnly()

Does the resource adapter support execute with input record only.

Specified by:
supportsExecuteWithInputRecordOnly in interface ResourceAdapterMetaData
Returns:
true if it does, false otherwise
supportsLocalTransactionDemarcation
public boolean supportsLocalTransactionDemarcation()

Does the resource adapter support local transaction demarcation.

Specified by:
supportsLocalTransactionDemarcation in interface ResourceAdapterMetaData
Returns:
true if it does, false otherwise