org.ow2.jonas.deployment.rar
Class ConnectorDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.ConnectorDesc
All Implemented Interfaces:
Serializable

public class ConnectorDesc
extends Object
implements 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
 List getDescriptionList()
          Gets the description
 String getDisplayName()
          Gets the display-name
 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
 String getResourceadapterVersion()
          Gets the resourceadapter-version
 String getSpecVersion()
          Gets the spec-version
 String getVendorName()
          Gets the vendor-name
 String getVersion()
          Gets the version
 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 String getDisplayName()
Gets the display-name

Returns:
the display-name

getDescriptionList

public List getDescriptionList()
Gets the description

Returns:
the description

getIcon

public IconDesc getIcon()
Gets the icon

Returns:
the icon

getVendorName

public String getVendorName()
Gets the vendor-name

Returns:
the vendor-name

getSpecVersion

public String getSpecVersion()
Gets the spec-version

Returns:
the spec-version

getEisType

public String getEisType()
Gets the eis-type

Returns:
the eis-type

getVersion

public String getVersion()
Gets the version

Returns:
the version

getResourceadapterVersion

public 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 String toString()
Overrides:
toString in class Object


Copyright © 2010 OW2 Consortium. All Rights Reserved.