JEntityLocalHome.java

00001 
00026 package org.objectweb.jonas_ejb.container;
00027 
00028 import org.objectweb.jonas_ejb.deployment.api.EntityDesc;
00029 
00030 import org.objectweb.util.monolog.api.BasicLevel;
00031 
00038 public abstract class JEntityLocalHome extends JLocalHome {
00039 
00045     public JEntityLocalHome(EntityDesc dd, JEntityFactory bf) {
00046         super(dd, bf);
00047         TraceEjb.interp.log(BasicLevel.DEBUG, "");
00048     }
00049 
00050     // ---------------------------------------------------------------
00051     // EJBLocalHome implementation
00052     // The only method is remove(pk) and is in the generated part.
00053     // ---------------------------------------------------------------
00054 
00055     // ---------------------------------------------------------------
00056     // other public methods, for internal use.
00057     // ---------------------------------------------------------------
00058 
00064     public abstract JEntityLocal createLocalObject();
00065 
00066 }

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