Hi,
For what types of beans is a pool created.What is the purpose of remove method for an EJB.What is the difference between activate,passivate and load,store methods.
bye
-
Pool (2 messages)
- Posted by: Web Master
- Posted on: December 06 2000 02:03 EST
Threaded Messages (2)
- Pool by sumit gupta on December 06 2000 06:17 EST
- Pool by Jebasither Gnanaseelab on December 06 2000 10:06 EST
-
Pool[ Go to top ]
- Posted by: sumit gupta
- Posted on: December 06 2000 06:17 EST
- in response to Web Master
Please refer to 'Mastering Enterprise javabeans' by Ed Roman
-
Pool[ Go to top ]
- Posted by: Jebasither Gnanaseelab
- Posted on: December 06 2000 10:06 EST
- in response to Web Master
All are call back mehtods.
Load-To get the values from the database
Store-To set the values into the database
Activate-Deserlazing the object from the memory
Passivate-Serlazing the object and keeping it in Memory