org.objectweb.jonas_ejb.container
Class JRepEntityLocalHome
java.lang.Object
org.objectweb.jonas_ejb.container.JLocalHome
org.objectweb.jonas_ejb.container.JEntityLocalHome
org.objectweb.jonas_ejb.container.JRepEntityLocalHome
- All Implemented Interfaces:
- EJBLocalHome
public abstract class JRepEntityLocalHome
- extends JEntityLocalHome
Generic part of the JEntityLocalHome implementation for replicated EB
- Author:
- Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRepEntityLocalHome
public JRepEntityLocalHome(EntityDesc dd,
JEntityFactory bf)
- constructor
- Parameters:
dd
- The Entity Deployment Decriptorbf
- The Entity Factory
replicateCreate
protected void replicateCreate(JEntityContext bctx)
- Called if we have to replicate a request
- Parameters:
rctx
- The RequestCtx that was returned at preInvoke()
createLocalObject
public abstract JEntityLocal createLocalObject()
- Description copied from class:
JEntityLocalHome
- Creates a new Local Object for that bean. This is in the generated class
because it is mainly "new objectClass()"
- Specified by:
createLocalObject
in class JEntityLocalHome
- Returns:
- The Local Object
Copyright © 2007 OW2 Consortium. All Rights Reserved.