|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_rar.deployment.xml.Connector
This class defines the implementation of the element connector
| Constructor Summary | |
Connector()
Constructor |
|
| Method Summary | |
void |
addDescription(java.lang.String description)
Add a new description element to this object |
JLinkedList |
getDescriptionList()
Gets the description |
java.lang.String |
getDisplayName()
Gets the display-name |
java.lang.String |
getEisType()
Gets the eis-type |
Icon |
getIcon()
Gets the icon |
License |
getLicense()
Gets the license |
Resourceadapter |
getResourceadapter()
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 |
void |
setDescriptionList(JLinkedList descriptionList)
Set the description |
void |
setDisplayName(java.lang.String displayName)
Set the display-name |
void |
setEisType(java.lang.String eisType)
Set the eis-type |
void |
setIcon(Icon icon)
Set the icon |
void |
setLicense(License license)
Set the license |
void |
setResourceadapter(Resourceadapter resourceadapter)
Set the resourceadapter |
void |
setResourceadapterVersion(java.lang.String resourceadapterVersion)
Set the resourceadapter-version |
void |
setSpecVersion(java.lang.String specVersion)
Set the spec-version |
void |
setVendorName(java.lang.String vendorName)
Set the vendor-name |
void |
setVersion(java.lang.String version)
Set the version |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Connector()
| Method Detail |
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - displayNamepublic JLinkedList getDescriptionList()
public void setDescriptionList(JLinkedList descriptionList)
descriptionList - descriptionpublic void addDescription(java.lang.String description)
description - the description Stringpublic Icon getIcon()
public void setIcon(Icon icon)
icon - iconpublic java.lang.String getVendorName()
public void setVendorName(java.lang.String vendorName)
vendorName - vendorNamepublic java.lang.String getSpecVersion()
public void setSpecVersion(java.lang.String specVersion)
specVersion - specVersionpublic java.lang.String getEisType()
public void setEisType(java.lang.String eisType)
eisType - eisTypepublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - versionpublic java.lang.String getResourceadapterVersion()
public void setResourceadapterVersion(java.lang.String resourceadapterVersion)
resourceadapterVersion - resourceadapterVersionpublic License getLicense()
public void setLicense(License license)
license - licensepublic Resourceadapter getResourceadapter()
public void setResourceadapter(Resourceadapter resourceadapter)
resourceadapter - resourceadapterpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||