org.objectweb.jonas_lib.deployment.xml.JLinkedList Class Reference

List of all members.

Public Member Functions

 JLinkedList (String tag)
String toXML ()
String toString ()
String toXML (int indent)

Detailed Description

This class defines a linked list with the ability to display its content in XML.
Author:
Florent Benoit

Definition at line 36 of file JLinkedList.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.xml.JLinkedList.JLinkedList String  tag  ) 
 

Constructor with a specified tag

Parameters:
tag of the root element (use for xml representation)

Definition at line 49 of file JLinkedList.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString  ) 
 

Return the representation of this element. Use the XML representation of the object for the toString() method.

Returns:
the XML description of this object.

Definition at line 69 of file JLinkedList.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Referenced by org.objectweb.jonas_ws.deployment.xml.Webservices.toXML(), org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.toXML(), org.objectweb.jonas_ws.deployment.xml.PortComponent.toXML(), org.objectweb.jonas_ws.deployment.xml.JonasWebservices.toXML(), org.objectweb.jonas_ws.deployment.xml.JonasWebserviceDescription.toXML(), org.objectweb.jonas_ws.deployment.xml.JavaWsdlMapping.toXML(), org.objectweb.jonas_web.deployment.xml.WebResourceCollection.toXML(), org.objectweb.jonas_web.deployment.xml.UserDataConstraint.toXML(), org.objectweb.jonas_web.deployment.xml.JonasWebApp.toXML(), org.objectweb.jonas_web.deployment.xml.AuthConstraint.toXML(), org.objectweb.jonas_rar.deployment.xml.SecurityPermission.toXML(), org.objectweb.jonas_rar.deployment.xml.Resourceadapter.toXML(), org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.toXML(), org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.toXML(), org.objectweb.jonas_rar.deployment.xml.Messageadapter.toXML(), org.objectweb.jonas_rar.deployment.xml.License.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasSecurityMapping.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.toXML(), org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.toXML(), org.objectweb.jonas_rar.deployment.xml.ConfigProperty.toXML(), org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.toXML(), org.objectweb.jonas_rar.deployment.xml.Adminobject.toXML(), org.objectweb.jonas_rar.deployment.xml.Activationspec.toXML(), org.objectweb.jonas_web.deployment.xml.WebApp.toXML(), org.objectweb.jonas_lib.deployment.xml.ServiceRef.toXML(), org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.toXML(), org.objectweb.jonas_lib.deployment.xml.JonasPortComponentRef.toXML(), org.objectweb.jonas_lib.deployment.xml.Handler.toXML(), org.objectweb.jonas_ejb.deployment.xml.Relationships.toXML(), org.objectweb.jonas_ejb.deployment.xml.MethodPermission.toXML(), org.objectweb.jonas_ejb.deployment.xml.MethodParams.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasRunAsMapping.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasEjbJar.toXML(), org.objectweb.jonas_ejb.deployment.xml.JdbcMapping.toXML(), org.objectweb.jonas_ejb.deployment.xml.ExcludeList.toXML(), org.objectweb.jonas_ejb.deployment.xml.Entity.toXML(), org.objectweb.jonas_ejb.deployment.xml.EnterpriseBeans.toXML(), org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.toXML(), org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.toXML(), org.objectweb.jonas_ear.deployment.xml.SecurityRoleMapping.toXML(), org.objectweb.jonas_ear.deployment.xml.Application.toXML(), org.objectweb.jonas_ear.deployment.xml.JonasSecurity.toXML(), and org.objectweb.jonas_client.deployment.xml.JonasClient.toXML().

Here is the call graph for this function:

String org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 93 of file JLinkedList.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Here is the call graph for this function:

String org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML  ) 
 

Represents this element by it's XML description. Use a default indent set to 0.

Returns:
the XML description of this object.

Definition at line 60 of file JLinkedList.java.

Referenced by org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), org.objectweb.jonas_ws.deployment.xml.Webservices.toXML(), org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.toXML(), org.objectweb.jonas_ws.deployment.xml.PortComponent.toXML(), org.objectweb.jonas_ws.deployment.xml.JonasWebservices.toXML(), org.objectweb.jonas_ws.deployment.xml.JonasWebserviceDescription.toXML(), org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.toXML(), org.objectweb.jonas_ws.deployment.xml.JavaWsdlMapping.toXML(), org.objectweb.jonas_web.deployment.xml.WebResourceCollection.toXML(), org.objectweb.jonas_web.deployment.xml.UserDataConstraint.toXML(), org.objectweb.jonas_web.deployment.xml.Servlet.toXML(), org.objectweb.jonas_web.deployment.xml.SecurityConstraint.toXML(), org.objectweb.jonas_web.deployment.xml.JonasWebApp.toXML(), org.objectweb.jonas_web.deployment.xml.AuthConstraint.toXML(), org.objectweb.jonas_rar.deployment.xml.SecurityPermission.toXML(), org.objectweb.jonas_rar.deployment.xml.Resourceadapter.toXML(), org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.toXML(), org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.toXML(), org.objectweb.jonas_rar.deployment.xml.Messageadapter.toXML(), org.objectweb.jonas_rar.deployment.xml.License.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasSecurityMapping.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasConnector.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasAdminobject.toXML(), org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.toXML(), org.objectweb.jonas_rar.deployment.xml.Connector.toXML(), org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.toXML(), org.objectweb.jonas_rar.deployment.xml.ConfigProperty.toXML(), org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.toXML(), org.objectweb.jonas_rar.deployment.xml.Adminobject.toXML(), org.objectweb.jonas_rar.deployment.xml.Activationspec.toXML(), org.objectweb.jonas_web.deployment.xml.WebApp.toXML(), org.objectweb.jonas_lib.deployment.xml.ServiceRef.toXML(), org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.toXML(), org.objectweb.jonas_lib.deployment.xml.JonasPortComponentRef.toXML(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(), org.objectweb.jonas_lib.deployment.xml.Handler.toXML(), org.objectweb.jonas_ejb.deployment.xml.Relationships.toXML(), org.objectweb.jonas_ejb.deployment.xml.MethodPermission.toXML(), org.objectweb.jonas_ejb.deployment.xml.MethodParams.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasRunAsMapping.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.toXML(), org.objectweb.jonas_ejb.deployment.xml.JonasEjbJar.toXML(), org.objectweb.jonas_ejb.deployment.xml.JdbcMapping.toXML(), org.objectweb.jonas_ejb.deployment.xml.ExcludeList.toXML(), org.objectweb.jonas_ejb.deployment.xml.Entity.toXML(), org.objectweb.jonas_ejb.deployment.xml.EnterpriseBeans.toXML(), org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.toXML(), org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor.toXML(), org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.toXML(), org.objectweb.jonas_ear.deployment.xml.SecurityRoleMapping.toXML(), org.objectweb.jonas_ear.deployment.xml.Application.toXML(), org.objectweb.jonas_ear.deployment.xml.JonasSecurity.toXML(), and org.objectweb.jonas_client.deployment.xml.JonasClient.toXML().


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