|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.container.JSessionHandle
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 EJBServer life time. (no need to retrieve it after the EJBServer has been restarted)
Constructor Summary | |
JSessionHandle(javax.ejb.EJBObject jb)
constructor |
Method Summary | |
javax.ejb.EJBObject |
getEJBObject()
Obtains the EJB object represented by this handle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JSessionHandle(javax.ejb.EJBObject jb)
Method Detail |
public javax.ejb.EJBObject getEJBObject() throws java.rmi.RemoteException
getEJBObject
in interface javax.ejb.Handle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |