Stateful Session Bean’s Lifecycle Callback Methods
The lifecycle callbacks are methods defined in the bean class but not in business interface which the container calls when specific lifecycle event or transition occurs. The following annotations [...]