tyrex.resource.jca.dd
Class DDConnector

java.lang.Object
  extended bytyrex.resource.jca.dd.DDConnector

public class DDConnector
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Assaf Arkin

Constructor Summary
DDConnector()
           
 
Method Summary
 void addResourceadapter(DDResourceAdapter adapter)
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
          A short name of the resource adatper that is intended to be displayed by tools.
 java.lang.String getEisType()
          Information about the type of the EIS.
 DDIcon getIcon()
           
 DDLicense getLicense()
          Specifies licensing requirements for the resource adapter module.
 DDResourceAdapter getResourceadapter()
           
 java.lang.String getSpecVersion()
          The version of the connector architecture specification that is supported by this resource adapter.
 java.lang.String getVendorName()
          Specifies the name of the resource adapter provider.
 java.lang.String getVersion()
          Specifies a string-based version of the resource adapter from the resource adapter provider.
 void setDescription(java.lang.String description)
           
 void setDisplayName(java.lang.String displayName)
           
 void setEisType(java.lang.String eisType)
           
 void setIcon(DDIcon icon)
           
 void setLicense(DDLicense license)
           
 void setSpecVersion(java.lang.String specVersion)
           
 void setVendorName(java.lang.String vendorName)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDConnector

public DDConnector()
Method Detail

getDisplayName

public java.lang.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

setDisplayName

public void setDisplayName(java.lang.String displayName)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getIcon

public DDIcon getIcon()

setIcon

public void setIcon(DDIcon icon)

getVendorName

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

Returns:
The name of the resource adapter provider

setVendorName

public void setVendorName(java.lang.String vendorName)

getSpecVersion

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

Returns:
Version of the connector architecture specification supported

setSpecVersion

public void setSpecVersion(java.lang.String specVersion)

getEisType

public java.lang.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

setEisType

public void setEisType(java.lang.String eisType)

getVersion

public java.lang.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

setVersion

public void setVersion(java.lang.String version)

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

setLicense

public void setLicense(DDLicense license)

getResourceadapter

public DDResourceAdapter getResourceadapter()

addResourceadapter

public void addResourceadapter(DDResourceAdapter adapter)


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.