org.objectweb.jonas_ejb.deployment.api
Class EjbRelationJdbcDesc

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc
        |
        +--org.objectweb.jonas_ejb.deployment.api.EjbRelationJdbcDesc

public class EjbRelationJdbcDesc
extends EjbRelationDesc

Created on Jul 7, 2002 Class to hold meta-information related to an ejb-relation when the data store is jdbc based.

Author:
Christophe Ney [cney@batisseurs.com]

Constructor Summary
EjbRelationJdbcDesc(org.objectweb.jonas_ejb.deployment.xml.EjbRelation ejbRelation)
          constructor to be used by parent node
 
Method Summary
protected  EjbRelationshipRoleDesc newEjbRelationshipRoleDesc(org.objectweb.jonas_ejb.deployment.xml.EjbRelationshipRole role, boolean target, EjbRelationDesc ejbRelationDesc, org.objectweb.jonas_ejb.deployment.xml.EjbRelation ejbRelation)
          EjbRelationshipRoleDesc factory method.
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc
getName, getRelationshipRoleDesc1, getRelationshipRoleDesc2, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbRelationJdbcDesc

public EjbRelationJdbcDesc(org.objectweb.jonas_ejb.deployment.xml.EjbRelation ejbRelation)
                    throws DeploymentDescException
constructor to be used by parent node
Method Detail

newEjbRelationshipRoleDesc

protected EjbRelationshipRoleDesc newEjbRelationshipRoleDesc(org.objectweb.jonas_ejb.deployment.xml.EjbRelationshipRole role,
                                                             boolean target,
                                                             EjbRelationDesc ejbRelationDesc,
                                                             org.objectweb.jonas_ejb.deployment.xml.EjbRelation ejbRelation)
                                                      throws DeploymentDescException
EjbRelationshipRoleDesc factory method.
Overrides:
newEjbRelationshipRoleDesc in class EjbRelationDesc