org.objectweb.jonas_ejb.deployment.xml.Relationships Class Reference

List of all members.

Public Member Functions

 Relationships ()
String getDescription ()
void setDescription (String description)
JLinkedList getEjbRelationList ()
void setEjbRelationList (JLinkedList ejbRelationList)
void addEjbRelation (EjbRelation ejbRelation)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element relationships

Author:
JOnAS team

Definition at line 37 of file Relationships.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.Relationships.Relationships  ) 
 

Constructor

Definition at line 53 of file Relationships.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.Relationships.addEjbRelation EjbRelation  ejbRelation  ) 
 

Add a new ejb-relation element to this object

Parameters:
ejbRelation the ejbRelationobject

Definition at line 94 of file Relationships.java.

String org.objectweb.jonas_ejb.deployment.xml.Relationships.getDescription  ) 
 

Gets the description

Returns:
the description

Definition at line 62 of file Relationships.java.

JLinkedList org.objectweb.jonas_ejb.deployment.xml.Relationships.getEjbRelationList  ) 
 

Gets the ejb-relation

Returns:
the ejb-relation

Definition at line 78 of file Relationships.java.

void org.objectweb.jonas_ejb.deployment.xml.Relationships.setDescription String  description  ) 
 

Set the description

Parameters:
description description

Definition at line 70 of file Relationships.java.

void org.objectweb.jonas_ejb.deployment.xml.Relationships.setEjbRelationList JLinkedList  ejbRelationList  ) 
 

Set the ejb-relation

Parameters:
ejbRelationList ejbRelation

Definition at line 86 of file Relationships.java.

String org.objectweb.jonas_ejb.deployment.xml.Relationships.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 103 of file Relationships.java.

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

Referenced by org.objectweb.jonas_ejb.deployment.xml.EjbJar.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:11:43 2005 for JOnAS by  doxygen 1.3.9.1