|
||||||||||
| 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.JonasAdminobject
This class defines the implementation of the element jonas-adminobject
| Constructor Summary | |
JonasAdminobject()
Constructor |
|
| Method Summary | |
void |
addDescription(java.lang.String description)
Add a new description element to this object |
void |
addJonasConfigProperty(JonasConfigProperty jonasConfigProperty)
Add a new jonas-config-property element to this object |
JLinkedList |
getDescriptionList()
Gets the description |
java.lang.String |
getId()
Gets the id |
java.lang.String |
getJndiName()
Gets the jndiName |
JLinkedList |
getJonasConfigPropertyList()
Gets the jonas-config-property |
void |
setDescriptionList(JLinkedList descriptionList)
Set the description |
void |
setId(java.lang.String id)
Set the id |
void |
setJndiName(java.lang.String jndiName)
Set the jndiname |
void |
setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
Set the jonas-config-property |
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 JonasAdminobject()
| Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id - idpublic JLinkedList getDescriptionList()
public void setDescriptionList(JLinkedList descriptionList)
descriptionList - descriptionpublic void addDescription(java.lang.String description)
description - the description Stringpublic java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - jndinamepublic JLinkedList getJonasConfigPropertyList()
public void setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
jonasConfigPropertyList - jonasConfigPropertypublic void addJonasConfigProperty(JonasConfigProperty jonasConfigProperty)
jonasConfigProperty - the jonasConfigPropertyobjectpublic 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 | |||||||||