com.microfocus.cobol.connector.cci
Class CobolResourceAdapterMetaData

java.lang.Object
  extended bycom.microfocus.cobol.connector.cci.CobolResourceAdapterMetaData

public class CobolResourceAdapterMetaData
extends Object

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

CobolResourceAdapterMetaData

public CobolResourceAdapterMetaData()
Method Detail

getAdapterVersion

public String getAdapterVersion()
Get the resource adapter version.

Returns:
The resource adapter version.

getSpecVersion

public String getSpecVersion()
Get the Connector arhitecture spec version.

Returns:
The connector architecture spec version.

getAdapterName

public String getAdapterName()
Get the name of the resource adapter.

Returns:
The resource adapter name.

getAdapterVendorName

public String getAdapterVendorName()
Get the resource adapter vendor name.

Returns:
The resource adapter vendor name.

getAdapterShortDescription

public String getAdapterShortDescription()
Get a short description of the resource adapter.

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 - The name of the resource adapter vendor.

setAdapterShortDescription

public void setAdapterShortDescription(String description)
Set the short description of the resource adapater.

Parameters:
description - The short description of the resource adapater

getInteractionSpecsSupported

public String[] getInteractionSpecsSupported()
Get a list of interaction specs supported

Returns:
The list of interaction specs supported.

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()
Does the resource adapter support execute with input and output record

Returns:
true if it does, false otherwise.

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()
Does the resource adapter support execute with input record only.

Returns:
true if it does, false otherwise.

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()
Does the resource adapter support local transaction demarcation

Returns:
trues if it does, false otherwise.



Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.