-
how to get the server handle in a Bean (1 messages)
- Posted by: Senthil Balakrishnan
- Posted on: December 03 2003 03:43 EST
How to get the server handle in a Bean.Meaning the EJB should get the handle of the server on whihc it's running.Threaded Messages (1)
- mess by RAJHASHECKER JAYAPAL on December 03 2003 06:04 EST
-
mess[ Go to top ]
- Posted by: RAJHASHECKER JAYAPAL
- Posted on: December 03 2003 06:04 EST
- in response to Senthil Balakrishnan
use in EJBHome object has a method getHandle()
Handle han = EJBHome.getHandle();
then use object stream to read and write this object in ur physical storage area
useing this handle method u can find ur bean without useing java native directory interface