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

List of all members.

Public Member Functions

 JonasAdminobject ()
String getId ()
void setId (String id)
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getJndiName ()
void setJndiName (String jndiName)
JLinkedList getJonasConfigPropertyList ()
void setJonasConfigPropertyList (JLinkedList jonasConfigPropertyList)
void addJonasConfigProperty (JonasConfigProperty jonasConfigProperty)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-adminobject

Author:
Eric Hardesty

Definition at line 39 of file JonasAdminobject.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.JonasAdminobject  ) 
 

Constructor

Definition at line 65 of file JonasAdminobject.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description the description String

Definition at line 107 of file JonasAdminobject.java.

void org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.addJonasConfigProperty JonasConfigProperty  jonasConfigProperty  ) 
 

Add a new jonas-config-property element to this object

Parameters:
jonasConfigProperty the jonasConfigPropertyobject

Definition at line 147 of file JonasAdminobject.java.

JLinkedList org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.getDescriptionList  ) 
 

Gets the description

Returns:
the description

Definition at line 91 of file JonasAdminobject.java.

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

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

Gets the id

Returns:
the id

Definition at line 75 of file JonasAdminobject.java.

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

String org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.getJndiName  ) 
 

Gets the jndiName

Returns:
the jndiname

Definition at line 115 of file JonasAdminobject.java.

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

JLinkedList org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.getJonasConfigPropertyList  ) 
 

Gets the jonas-config-property

Returns:
the jonas-config-property

Definition at line 131 of file JonasAdminobject.java.

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

void org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.setDescriptionList JLinkedList  descriptionList  ) 
 

Set the description

Parameters:
descriptionList description

Definition at line 99 of file JonasAdminobject.java.

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

Set the id

Parameters:
id id

Definition at line 83 of file JonasAdminobject.java.

void org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.setJndiName String  jndiName  ) 
 

Set the jndiname

Parameters:
jndiName jndiname

Definition at line 123 of file JonasAdminobject.java.

void org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.setJonasConfigPropertyList JLinkedList  jonasConfigPropertyList  ) 
 

Set the jonas-config-property

Parameters:
jonasConfigPropertyList jonasConfigProperty

Definition at line 139 of file JonasAdminobject.java.

String org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.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 156 of file JonasAdminobject.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:21 2005 for JOnAS by  doxygen 1.3.9.1