Tuesday, November 29, 2011

What is session synchronization in EJB

It is used for transaction support in stateful session beans. EJB container calls call back functions on sfsb (if it implements SessionSynchronization interface) after transaction started, before completion and after completion.Bean developer can do house keeping stuff in these methods.
Category:EJB Interview Questions

No comments:

Post a Comment