tyrex.resource.jca.dd
Class DDConnector
java.lang.Object
|
+--tyrex.resource.jca.dd.DDConnector
- public class DDConnector
- extends java.lang.Object
- Version:
- $Revision: 1.2 $
- Author:
- Assaf Arkin
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDConnector
public DDConnector()
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)
Intalio Inc. (C) 1999-2001. All rights reserved.