Removing stateful session beans when finished using
 Technote (FAQ)
 
Problem
What happens when an Enterprise JavaBeans (EJB) client no longer needs a stateful session bean?
 
Solution
When an Enterprise JavaBeans (EJB) client no longer needs a stateful session bean, the client explicitly removes it from the container. By doing so, applications can decrease the need for passivation, minimize container overhead, and provide an increased level of performance.

If stateful session beans are not explicitly removed, resources are consumed by the container that manages many stateful session beans.
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > EJB Container
Operating system(s): Windows
Software version: 6.0
Software edition:
Reference #: 1053986
IBM Group: Software Group
Modified date: Sep 16, 2004