EntityBmpDesc.java

00001 
00026 package org.objectweb.jonas_ejb.deployment.api;
00027 
00028 import org.objectweb.jonas_ejb.deployment.xml.Entity;
00029 import org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor;
00030 import org.objectweb.jonas_ejb.deployment.xml.JonasEntity;
00031 import org.objectweb.jonas_lib.deployment.xml.JLinkedList;
00032 import org.objectweb.jonas_lib.deployment.api.DeploymentDescException;
00033 
00038 public class EntityBmpDesc extends EntityDesc {
00039 
00043     public EntityBmpDesc(ClassLoader classLoader, Entity ent,
00044                          AssemblyDescriptor asd, JonasEntity jEnt,
00045              JLinkedList jMDRList, String fileName)
00046             throws DeploymentDescException {
00047         super(classLoader, ent, asd, jEnt, jMDRList, fileName);
00048     }
00049 
00050 }
00051 

Generated on Tue Feb 15 15:05:44 2005 for JOnAS by  doxygen 1.3.9.1