| java.lang.Object org.objectweb.jonas_ejb.container.JHomeHandle
JHomeHandle | public class JHomeHandle implements HomeHandle,Serializable(Code) | | This class implements javax.ejb.HomeHandle interface. A handle is an
abstraction of a network reference to a home object. A handle is intended to
be used as a "robust" persistent reference to a home object.
author: Philippe Durieux, Philippe Coq |
Method Summary | |
public EJBHome | getEJBHome() Obtains the home object represented by this handle.
throws: RemoteException - The home object could not be obtained because ofa system-level failure. |
JHomeHandle | public JHomeHandle(String hname)(Code) | | constructor
Parameters: hname - JNDI name of the Home |
getEJBHome | public EJBHome getEJBHome() throws RemoteException(Code) | | Obtains the home object represented by this handle.
throws: RemoteException - The home object could not be obtained because ofa system-level failure. The EJBHome object |
|
|