| The PrePassivate and PostActivate callback methods are only called on
stateful session bean instances.
PrePassivate and PostActivate callback methods should not be defined for
stateless session beans.
The PostActivate notification signals the instance it has just been
reactivated. Because containers automatically maintain the conversational
state of a stateful session bean instance when it is passivated, most
session beans do not need these notifications.
|