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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EjbRelationJdbcDesc
public EjbRelationJdbcDesc(org.objectweb.jonas_ejb.deployment.xml.EjbRelation ejbRelation)
throws DeploymentDescException
- constructor to be used by parent node
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