| |
|
| java.lang.Object org.objectweb.jonas_ejb.container.JEntityHandle
JEntityHandle | abstract public class JEntityHandle implements Handle,Serializable(Code) | | This class implements javax.ejb.Handle interface. For a Entity Bean a Handle
is a serializable class that contains the HomeHandle and the primary key
author: Philippe Coq |
homehandle | protected HomeHandle homehandle(Code) | | |
JEntityHandle | public JEntityHandle(JEntityRemote remote)(Code) | | constructor
Parameters: remote - The Remote object |
getEJBObject | abstract public EJBObject getEJBObject() throws RemoteException(Code) | | Obtains the EJB object represented by this handle.
The EJB object throws: RemoteException - The EJB object could not be obtained because of asystem-level failure. |
|
|
|