| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.Adminobject
Adminobject | public class Adminobject extends AbsElement (Code) | | This class defines the implementation of the element adminobject
author: Eric Hardesty |
Adminobject | public Adminobject()(Code) | | Constructor
|
addConfigProperty | public void addConfigProperty(ConfigProperty configProperty)(Code) | | Add a new config-property element to this object
Parameters: configProperty - the configPropertyobject |
getAdminobjectClass | public String getAdminobjectClass()(Code) | | Gets the adminobject-class
the adminobject-class |
getAdminobjectInterface | public String getAdminobjectInterface()(Code) | | Gets the adminobject-interface
the adminobject-interface |
getConfigPropertyList | public JLinkedList getConfigPropertyList()(Code) | | Gets the config-property
the config-property |
setAdminobjectClass | public void setAdminobjectClass(String adminobjectClass)(Code) | | Set the adminobject-class
Parameters: adminobjectClass - adminobjectClass |
setAdminobjectInterface | public void setAdminobjectInterface(String adminobjectInterface)(Code) | | Set the adminobject-interface
Parameters: adminobjectInterface - adminobjectInterface |
setConfigPropertyList | public void setConfigPropertyList(JLinkedList configPropertyList)(Code) | | Set the config-property
Parameters: configPropertyList - configProperty |
setId | public void setId(String id)(Code) | | Set the id
Parameters: id - id object |
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. |
|
|
|