Can anybody tell me when an ejb object is destroyed?
Pabbati
-
when is an ejb object destroyed ? (2 messages)
- Posted by: Ravi Sankar
- Posted on: May 12 2001 08:45 EDT
Threaded Messages (2)
- when is an ejb object destroyed ? by qing yan on May 15 2001 02:44 EDT
- when is an ejb object destroyed ? by Jimmy Wong on May 15 2001 11:44 EDT
-
when is an ejb object destroyed ?[ Go to top ]
- Posted by: qing yan
- Posted on: May 15 2001 02:44 EDT
- in response to Ravi Sankar
It is completely transparent and no need to worry. -
when is an ejb object destroyed ?[ Go to top ]
- Posted by: Jimmy Wong
- Posted on: May 15 2001 11:44 EDT
- in response to qing yan
Entity Bean => ejb.remove() would delete the record!!
EJB Container will call to ejb.passivate() to
temporarily the swap the bean out of memory.