org.objectweb.jonas_rar.deployment.api
Class ConnectorDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.ConnectorDesc
All Implemented Interfaces:
java.io.Serializable

public class ConnectorDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element connector

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
ConnectorDesc(Connector conn)
          Constructor
 
Method Summary
 java.util.List getDescriptionList()
          Gets the description
 java.lang.String getDisplayName()
          Gets the display-name
 java.lang.String getEisType()
          Gets the eis-type
 IconDesc getIcon()
          Gets the icon
 LicenseDesc getLicense()
          Gets the license
 Resourceadapter getResourceadapter()
          Gets the resourceadapter
 ResourceadapterDesc getResourceadapterDesc()
          Gets the resourceadapter
 java.lang.String getResourceadapterVersion()
          Gets the resourceadapter-version
 java.lang.String getSpecVersion()
          Gets the spec-version
 java.lang.String getVendorName()
          Gets the vendor-name
 java.lang.String getVersion()
          Gets the version
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorDesc

public ConnectorDesc(Connector conn)
Constructor

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Gets the display-name

Returns:
the display-name

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getIcon

public IconDesc getIcon()
Gets the icon

Returns:
the icon

getVendorName

public java.lang.String getVendorName()
Gets the vendor-name

Returns:
the vendor-name

getSpecVersion

public java.lang.String getSpecVersion()
Gets the spec-version

Returns:
the spec-version

getEisType

public java.lang.String getEisType()
Gets the eis-type

Returns:
the eis-type

getVersion

public java.lang.String getVersion()
Gets the version

Returns:
the version

getResourceadapterVersion

public java.lang.String getResourceadapterVersion()
Gets the resourceadapter-version

Returns:
the resourceadapter-version

getLicense

public LicenseDesc getLicense()
Gets the license

Returns:
the license

getResourceadapter

public Resourceadapter getResourceadapter()
Gets the resourceadapter

Returns:
the resourceadapter

getResourceadapterDesc

public ResourceadapterDesc getResourceadapterDesc()
Gets the resourceadapter

Returns:
the resourceadapter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object