A note from Enterprise Java Beans - O'REILLY
Stateful session beans are only available through the handle for as long as that specific bean instance is kept alive on the EJB server.
Is a passivated bean alive or dead?
The note further says that the handle becomes invalid in the following cases:
client explicitly calls remove or
if the bean times out or
the server shuts down.
It does not talk about passivated instances.
-
SSB handle (1 messages)
- Posted by: Rahul Gokhale
- Posted on: November 08 2002 06:01 EST
Threaded Messages (1)
- SSB handle by Ishtmeet Singh on November 08 2002 10:14 EST
-
SSB handle[ Go to top ]
- Posted by: Ishtmeet Singh
- Posted on: November 08 2002 10:14 EST
- in response to Rahul Gokhale
Passivation means the bean is still available i.e in the memory however it is not in ready state. SO it is accessible thru handle.