org.objectweb.jonas_ejb.container.JHomeHandle Class Reference

List of all members.

Public Member Functions

 JHomeHandle (String hname)
EJBHome getEJBHome () throws RemoteException

Detailed Description

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

Definition at line 46 of file JHomeHandle.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.container.JHomeHandle.JHomeHandle String  hname  ) 
 

constructor

Parameters:
hname JNDI name of the Home

Definition at line 62 of file JHomeHandle.java.


Member Function Documentation

EJBHome org.objectweb.jonas_ejb.container.JHomeHandle.getEJBHome  )  throws RemoteException
 

Obtains the home object represented by this handle.

Exceptions:
RemoteException The home object could not be obtained because of a system-level failure.
Returns:
The EJBHome object

Definition at line 76 of file JHomeHandle.java.


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