tyrex.resource.jca.dd

Class DDConnector

public class DDConnector extends Object

Version: $Revision: 1.2 $

Author: Assaf Arkin

Method Summary
voidaddResourceadapter(DDResourceAdapter adapter)
StringgetDescription()
StringgetDisplayName()
A short name of the resource adatper that is intended to be displayed by tools.
StringgetEisType()
Information about the type of the EIS.
DDIcongetIcon()
DDLicensegetLicense()
Specifies licensing requirements for the resource adapter module.
DDResourceAdaptergetResourceadapter()
StringgetSpecVersion()
The version of the connector architecture specification that is supported by this resource adapter.
StringgetVendorName()
Specifies the name of the resource adapter provider.
StringgetVersion()
Specifies a string-based version of the resource adapter from the resource adapter provider.
voidsetDescription(String description)
voidsetDisplayName(String displayName)
voidsetEisType(String eisType)
voidsetIcon(DDIcon icon)
voidsetLicense(DDLicense license)
voidsetSpecVersion(String specVersion)
voidsetVendorName(String vendorName)
voidsetVersion(String version)

Method Detail

addResourceadapter

public void addResourceadapter(DDResourceAdapter adapter)

getDescription

public String getDescription()

getDisplayName

public String getDisplayName()
A short name of the resource adatper that is intended to be displayed by tools.

Returns: A short name of the resource adatper

getEisType

public String getEisType()
Information about the type of the EIS. For example, the product name of EIS independent of any version information.

Returns: The type of the EIS

getIcon

public DDIcon getIcon()

getLicense

public DDLicense getLicense()
Specifies licensing requirements for the resource adapter module. Specifies wether a license is required to deply and use this resource adapter, and an optional description of the licensing terms.

Returns: Licensing requirements for the resource adapte

getResourceadapter

public DDResourceAdapter getResourceadapter()

getSpecVersion

public String getSpecVersion()
The version of the connector architecture specification that is supported by this resource adapter.

Returns: Version of the connector architecture specification supported

getVendorName

public String getVendorName()
Specifies the name of the resource adapter provider.

Returns: The name of the resource adapter provider

getVersion

public String getVersion()
Specifies a string-based version of the resource adapter from the resource adapter provider.

Returns: A string-based version of the resource adapter

setDescription

public void setDescription(String description)

setDisplayName

public void setDisplayName(String displayName)

setEisType

public void setEisType(String eisType)

setIcon

public void setIcon(DDIcon icon)

setLicense

public void setLicense(DDLicense license)

setSpecVersion

public void setSpecVersion(String specVersion)

setVendorName

public void setVendorName(String vendorName)

setVersion

public void setVersion(String version)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.