org.objectweb.jonas_ejb.container
Class JEntityLocalHome
java.lang.Object
|
+--org.objectweb.jonas_ejb.container.JLocalHome
|
+--org.objectweb.jonas_ejb.container.JEntityLocalHome
- All Implemented Interfaces:
- javax.ejb.EJBLocalHome
- public abstract class JEntityLocalHome
- extends JLocalHome
This class is the Standard LocalHome for Entity objects
It exists only for beans that have declared a Local Interface.
It implements javax.ejb.EJBLocalHome interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEntityLocalHome
public JEntityLocalHome(EntityDesc dd,
JEntityFactory bf)
- constructor
preInvoke
public RequestCtx preInvoke(int txa,
java.lang.String secu)
postInvoke
public void postInvoke(RequestCtx rctx)
createLocalObject
public abstract JEntityLocal createLocalObject()