JEntityHome.java

00001 
00026 package org.objectweb.jonas_ejb.container;
00027 
00028 import java.rmi.Remote;
00029 import java.rmi.RemoteException;
00030 
00031 import org.objectweb.jonas_ejb.deployment.api.EntityDesc;
00032 
00033 import org.objectweb.util.monolog.api.BasicLevel;
00034 
00042 public abstract class JEntityHome extends JHome implements Remote {
00043 
00050     public JEntityHome(EntityDesc dd, JEntityFactory bf) throws RemoteException {
00051         super(dd, bf);
00052         TraceEjb.interp.log(BasicLevel.DEBUG, "");
00053     }
00054 
00055     // ---------------------------------------------------------------
00056     // EJBHome implementation
00057     // both remove() methods are in the generated part.
00058     // other methods are in JHome (identical for Sessions and Entities)
00059     // ---------------------------------------------------------------
00060 
00061     // ---------------------------------------------------------------
00062     // other public methods, for internal use.
00063     // ---------------------------------------------------------------
00064 
00071     public abstract JEntityRemote createRemoteObject() throws RemoteException;
00072 }

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