|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 JOnAS Server life time. (no need to retrieve it after the JOnAS Server has been restarted)
| Constructor Summary | |
JSessionHandle(javax.ejb.EJBObject jb)
constructor |
|
| Method Summary | |
javax.ejb.EJBObject |
getEJBObject()
|
| 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)
jb - the EJBObject represented by this handle.| Method Detail |
public javax.ejb.EJBObject getEJBObject()
throws java.rmi.RemoteException
getEJBObject in interface javax.ejb.Handlejava.rmi.RemoteException - e The EJB object could not be obtained because of
a system-level failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||