org.objectweb.jonas_ejb.container.JSessionHandle Class Reference

List of all members.

Public Member Functions

 JSessionHandle (EJBObject jb)
EJBObject getEJBObject () throws RemoteException

Detailed Description

This class implements javax.ejb.Handle interface. For a Session Bean a Handle is directly its RMI Reference because its life time is limited by the JOnAS Server life time. (no need to retrieve it after the JOnAS Server has been restarted)
Author:
Philippe Coq

Definition at line 43 of file JSessionHandle.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.container.JSessionHandle.JSessionHandle EJBObject  jb  ) 
 

constructor

Parameters:
jb the EJBObject represented by this handle.

Definition at line 54 of file JSessionHandle.java.


Member Function Documentation

EJBObject org.objectweb.jonas_ejb.container.JSessionHandle.getEJBObject  )  throws RemoteException
 

Returns:
the EJBObject represented by this handle.
Exceptions:
RemoteException e The EJB object could not be obtained because of a system-level failure.

Definition at line 64 of file JSessionHandle.java.


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