-
How to control the Bean instances freely? (0 messages)
- Posted by: Guotong Xie
- Posted on: June 13 2003 04:33 EDT
As everybody knows,It is the responsbility of container to control the instances of different EJB Bean.However,There is a scenario in my app that I have to control the instance of a Bean.I.e,I want to instantiate only one instance of a bean in the same JVM,or I want to kill a instance of a message-driven bean freely.How can I achieve this?