| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.Relationships
Relationships | public class Relationships extends AbsElement (Code) | | This class defines the implementation of the element relationships
author: JOnAS team |
Relationships | public Relationships()(Code) | | Constructor
|
addEjbRelation | public void addEjbRelation(EjbRelation ejbRelation)(Code) | | Add a new ejb-relation element to this object
Parameters: ejbRelation - the ejbRelationobject |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getEjbRelationList | public JLinkedList getEjbRelationList()(Code) | | Gets the ejb-relation
the ejb-relation |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setEjbRelationList | public void setEjbRelationList(JLinkedList ejbRelationList)(Code) | | Set the ejb-relation
Parameters: ejbRelationList - ejbRelation |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|