org.ow2.jonas.lib.ejb21.ha
Class JRepEntityLocal

java.lang.Object
  extended by org.ow2.jonas.lib.ejb21.JLocal
      extended by org.ow2.jonas.lib.ejb21.JEntityLocal
          extended by org.ow2.jonas.lib.ejb21.ha.JRepEntityLocal
All Implemented Interfaces:
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.ow2.jonas.lib.ejb21.JEntityLocal
bf, bs
 
Constructor Summary
JRepEntityLocal(JEntityFactory bf)
          Constructor
 
Method Summary
 void postInvoke(RequestCtx rctx, JEntityContext bctx)
           
 
Methods inherited from class org.ow2.jonas.lib.ejb21.JEntityLocal
checkSecurity, getEJBLocalHome, getJWrapper, getPrimaryKey, isIdentical, postInvoke, preInvoke, remove, setEntitySwitch
 
Methods inherited from class org.ow2.jonas.lib.ejb21.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)


Copyright © 2010 OW2 Consortium. All Rights Reserved.