Life Cycle of stateless session bean »



Stateless session bean
The stateless session beans life cycle has two states:

does not exist state and
the method ready pool

Does not exist
When a bean instance is in the does not exist state, it is not an instance in the momory of the system.In other words, it has not been instantiated yet.
The method ready pool
Stateless bean instances enter [...]