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

java.lang.Object
  extended by javax.rmi.PortableRemoteObject
      extended by org.ow2.jonas.lib.ejb21.JHome
          extended by org.ow2.jonas.lib.ejb21.JEntityHome
              extended by org.ow2.jonas.lib.ejb21.ha.JRepEntityHome
All Implemented Interfaces:
Remote, EJBHome

public abstract class JRepEntityHome
extends JEntityHome
implements Remote

This class is the Standard Home for clustered entity objects It exists only for beans that have declared a Remote Interface.

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.JHome
bf, dd, ejbMetaData, unregistered
 
Constructor Summary
JRepEntityHome(EntityDesc dd, JEntityFactory bf)
           
 
Method Summary
protected  void replicateCreate(JEntityContext bctx, Object response)
          Called if we have to replicate a request
 
Methods inherited from class org.ow2.jonas.lib.ejb21.JEntityHome
createRemoteObject
 
Methods inherited from class org.ow2.jonas.lib.ejb21.JHome
checkSecurity, getBf, getDd, getEJBMetaData, getHomeHandle, getJndiName, postInvoke, preInvoke, register, remove, remove, unregister
 
Methods inherited from class javax.rmi.PortableRemoteObject
connect, exportObject, narrow, toStub, unexportObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRepEntityHome

public JRepEntityHome(EntityDesc dd,
                      JEntityFactory bf)
               throws RemoteException
Throws:
RemoteException
Method Detail

replicateCreate

protected void replicateCreate(JEntityContext bctx,
                               Object response)
Called if we have to replicate a request

Parameters:
rctx - The RequestCtx that was returned at preInvoke()


Copyright © 2010 OW2 Consortium. All Rights Reserved.