| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.JonasAdminobject
JonasAdminobject | public class JonasAdminobject extends AbsElement implements TopLevelElement(Code) | | This class defines the implementation of the element jonas-adminobject
author: Eric Hardesty |
JonasAdminobject | public JonasAdminobject()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - the description String |
addJonasConfigProperty | public void addJonasConfigProperty(JonasConfigProperty jonasConfigProperty)(Code) | | Add a new jonas-config-property element to this object
Parameters: jonasConfigProperty - the jonasConfigPropertyobject |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description
the description |
getJndiName | public String getJndiName()(Code) | | Gets the jndiName
the jndiname |
getJonasConfigPropertyList | public JLinkedList getJonasConfigPropertyList()(Code) | | Gets the jonas-config-property
the jonas-config-property |
setDescriptionList | public void setDescriptionList(JLinkedList descriptionList)(Code) | | Set the description
Parameters: descriptionList - description |
setId | public void setId(String id)(Code) | | Set the id
Parameters: id - id |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndiname
Parameters: jndiName - jndiname |
setJonasConfigPropertyList | public void setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)(Code) | | Set the jonas-config-property
Parameters: jonasConfigPropertyList - jonasConfigProperty |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|