| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelation
JonasEjbRelation | public class JonasEjbRelation extends AbsElement (Code) | | This class defines the implementation of the element jonas-ejb-relation
author: JOnAS team |
JonasEjbRelation | public JonasEjbRelation()(Code) | | Constructor
|
addJonasEjbRelationshipRole | public void addJonasEjbRelationshipRole(JonasEjbRelationshipRole jonasEjbRelationshipRole)(Code) | | Add a new jonas-ejb-relationship-role element to this object
Parameters: jonasEjbRelationshipRole - the jonasEjbRelationshipRoleobject |
getEjbRelationName | public String getEjbRelationName()(Code) | | Gets the ejb-relation-name
the ejb-relation-name |
getJdbcTableName | public String getJdbcTableName()(Code) | | Gets the jdbc-table-name
the jdbc-table-name |
getJonasEjbRelationshipRoleList | public JLinkedList getJonasEjbRelationshipRoleList()(Code) | | Gets the jonas-ejb-relationship-role
the jonas-ejb-relationship-role |
setEjbRelationName | public void setEjbRelationName(String ejbRelationName)(Code) | | Set the ejb-relation-name
Parameters: ejbRelationName - ejbRelationName |
setJdbcTableName | public void setJdbcTableName(String jdbcTableName)(Code) | | Set the jdbc-table-name
Parameters: jdbcTableName - jdbcTableName |
setJonasEjbRelationshipRoleList | public void setJonasEjbRelationshipRoleList(JLinkedList jonasEjbRelationshipRoleList)(Code) | | Set the jonas-ejb-relationship-role
Parameters: jonasEjbRelationshipRoleList - jonasEjbRelationshipRole |
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. |
|
|
|