org.objectweb.jonas_ejb.container.JEntityHome Class Reference

Inherits org.objectweb.jonas_ejb.container.JHome.

Inheritance diagram for org.objectweb.jonas_ejb.container.JEntityHome:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ejb.container.JEntityHome:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JEntityHome (EntityDesc dd, JEntityFactory bf) throws RemoteException
abstract JEntityRemote createRemoteObject () throws RemoteException

Detailed Description

This class is the Standard Home for Entity objects It exists only for beans that have declared a Remote Interface. It implements javax.ejb.EJBHome interface
Author:
Philippe Coq

Philippe Durieux

Definition at line 42 of file JEntityHome.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.container.JEntityHome.JEntityHome EntityDesc  dd,
JEntityFactory  bf
throws RemoteException
 

constructor

Parameters:
dd The Entity Deployment Decriptor
bf The Entity Factory
Exceptions:
RemoteException failed to create the Home

Definition at line 50 of file JEntityHome.java.


Member Function Documentation

abstract JEntityRemote org.objectweb.jonas_ejb.container.JEntityHome.createRemoteObject  )  throws RemoteException [pure virtual]
 

creates a new Remote Object for that bean. this is in the generated class because it is mainly "new objectClass()"

Returns:
The Remote Object
Exceptions:
RemoteException could not create the remote object


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:10:10 2005 for JOnAS by  doxygen 1.3.9.1