org.objectweb.jonas_rar.deployment.xml.Adminobject Class Reference

List of all members.

Public Member Functions

 Adminobject ()
String getId ()
void setId (String id)
String getAdminobjectInterface ()
void setAdminobjectInterface (String adminobjectInterface)
String getAdminobjectClass ()
void setAdminobjectClass (String adminobjectClass)
JLinkedList getConfigPropertyList ()
void setConfigPropertyList (JLinkedList configPropertyList)
void addConfigProperty (ConfigProperty configProperty)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element adminobject

Author:
Eric Hardesty

Definition at line 37 of file Adminobject.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.Adminobject.Adminobject  ) 
 

Constructor

Definition at line 63 of file Adminobject.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.Adminobject.addConfigProperty ConfigProperty  configProperty  ) 
 

Add a new config-property element to this object

Parameters:
configProperty the configPropertyobject

Definition at line 136 of file Adminobject.java.

String org.objectweb.jonas_rar.deployment.xml.Adminobject.getAdminobjectClass  ) 
 

Gets the adminobject-class

Returns:
the adminobject-class

Definition at line 104 of file Adminobject.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AdminobjectDesc.AdminobjectDesc().

String org.objectweb.jonas_rar.deployment.xml.Adminobject.getAdminobjectInterface  ) 
 

Gets the adminobject-interface

Returns:
the adminobject-interface

Definition at line 88 of file Adminobject.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AdminobjectDesc.AdminobjectDesc().

JLinkedList org.objectweb.jonas_rar.deployment.xml.Adminobject.getConfigPropertyList  ) 
 

Gets the config-property

Returns:
the config-property

Definition at line 120 of file Adminobject.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AdminobjectDesc.AdminobjectDesc().

String org.objectweb.jonas_rar.deployment.xml.Adminobject.getId  ) 
 

Gets the id

Returns:
the id

Definition at line 72 of file Adminobject.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AdminobjectDesc.AdminobjectDesc().

void org.objectweb.jonas_rar.deployment.xml.Adminobject.setAdminobjectClass String  adminobjectClass  ) 
 

Set the adminobject-class

Parameters:
adminobjectClass adminobjectClass

Definition at line 112 of file Adminobject.java.

void org.objectweb.jonas_rar.deployment.xml.Adminobject.setAdminobjectInterface String  adminobjectInterface  ) 
 

Set the adminobject-interface

Parameters:
adminobjectInterface adminobjectInterface

Definition at line 96 of file Adminobject.java.

void org.objectweb.jonas_rar.deployment.xml.Adminobject.setConfigPropertyList JLinkedList  configPropertyList  ) 
 

Set the config-property

Parameters:
configPropertyList configProperty

Definition at line 128 of file Adminobject.java.

void org.objectweb.jonas_rar.deployment.xml.Adminobject.setId String  id  ) 
 

Set the id

Parameters:
id id object

Definition at line 80 of file Adminobject.java.

String org.objectweb.jonas_rar.deployment.xml.Adminobject.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prefixing XML representation.
Returns:
the XML description of this object.

Definition at line 145 of file Adminobject.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:19 2005 for JOnAS by  doxygen 1.3.9.1