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

List of all members.

Public Member Functions

 JonasEjbRelation ()
String getEjbRelationName ()
void setEjbRelationName (String ejbRelationName)
String getJdbcTableName ()
void setJdbcTableName (String jdbcTableName)
JLinkedList getJonasEjbRelationshipRoleList ()
void setJonasEjbRelationshipRoleList (JLinkedList jonasEjbRelationshipRoleList)
void addJonasEjbRelationshipRole (JonasEjbRelationshipRole jonasEjbRelationshipRole)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-ejb-relation

Author:
JOnAS team

Definition at line 37 of file JonasEjbRelation.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.JonasEjbRelation  ) 
 

Constructor

Definition at line 58 of file JonasEjbRelation.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.addJonasEjbRelationshipRole JonasEjbRelationshipRole  jonasEjbRelationshipRole  ) 
 

Add a new jonas-ejb-relationship-role element to this object

Parameters:
jonasEjbRelationshipRole the jonasEjbRelationshipRoleobject

Definition at line 115 of file JonasEjbRelation.java.

String org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.getEjbRelationName  ) 
 

Gets the ejb-relation-name

Returns:
the ejb-relation-name

Definition at line 67 of file JonasEjbRelation.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.DeploymentDescEjb2.DeploymentDescEjb2().

String org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.getJdbcTableName  ) 
 

Gets the jdbc-table-name

Returns:
the jdbc-table-name

Definition at line 83 of file JonasEjbRelation.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc.fillMappingInfo().

JLinkedList org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.getJonasEjbRelationshipRoleList  ) 
 

Gets the jonas-ejb-relationship-role

Returns:
the jonas-ejb-relationship-role

Definition at line 99 of file JonasEjbRelation.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc.setJonasInfo().

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.setEjbRelationName String  ejbRelationName  ) 
 

Set the ejb-relation-name

Parameters:
ejbRelationName ejbRelationName

Definition at line 75 of file JonasEjbRelation.java.

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.setJdbcTableName String  jdbcTableName  ) 
 

Set the jdbc-table-name

Parameters:
jdbcTableName jdbcTableName

Definition at line 91 of file JonasEjbRelation.java.

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.setJonasEjbRelationshipRoleList JLinkedList  jonasEjbRelationshipRoleList  ) 
 

Set the jonas-ejb-relationship-role

Parameters:
jonasEjbRelationshipRoleList jonasEjbRelationshipRole

Definition at line 107 of file JonasEjbRelation.java.

String org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation.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 124 of file JonasEjbRelation.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:11:37 2005 for JOnAS by  doxygen 1.3.9.1