org.objectweb.jonas_ejb.container
Class JRepEntityLocal

java.lang.Object
  extended by org.objectweb.jonas_ejb.container.JLocal
      extended by org.objectweb.jonas_ejb.container.JEntityLocal
          extended by org.objectweb.jonas_ejb.container.JRepEntityLocal
All Implemented Interfaces:
javax.ejb.EJBLocalObject

public abstract class JRepEntityLocal
extends JEntityLocal

Generic part of the EJBObject implementation for replicated SFSBs

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)

Field Summary
 
Fields inherited from class org.objectweb.jonas_ejb.container.JEntityLocal
bf, bs
 
Constructor Summary
JRepEntityLocal(JEntityFactory bf)
          Constructor
 
Method Summary
 void postInvoke(RequestCtx rctx, JEntityContext bctx)
           
 
Methods inherited from class org.objectweb.jonas_ejb.container.JEntityLocal
checkSecurity, getEJBLocalHome, getPrimaryKey, isIdentical, postInvoke, preInvoke, remove, setEntitySwitch
 
Methods inherited from class org.objectweb.jonas_ejb.container.JLocal
exportObject, unexportObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRepEntityLocal

public JRepEntityLocal(JEntityFactory bf)
Constructor

Parameters:
bf -
Method Detail

postInvoke

public void postInvoke(RequestCtx rctx,
                       JEntityContext bctx)