| java.lang.Object org.objectweb.jonas_ejb.container.JSessionHandle
JSessionHandle | public class JSessionHandle implements Handle,Serializable(Code) | | 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 |
JSessionHandle | public JSessionHandle(EJBObject jb)(Code) | | constructor
Parameters: jb - the EJBObject represented by this handle. |
getEJBObject | public EJBObject getEJBObject() throws RemoteException(Code) | | the EJBObject represented by this handle. throws: RemoteException - e The EJB object could not be obtained because ofa system-level failure. |
|
|