Life cycle methods in stateful session beans?
Answer Posted / janet
ejbCreate()
setSessionContext()
ejbActivate()
ejbPassivate()
ejbRemove()
afterBegin()
beforeCompletion()
afterCompletion(boolean commit)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
When was ejb developed?
What’s the difference between hibernate and ejb 3?
Enlist the changes in EJB 2.1 ?
What is ejb ql?
What is Session Bean Interface?
What does @singleton annotation do?
Differentiate Phantom from Un-repeatable?
Where is ejb used?
What is use of @postconstruct?
What does it mean to be stateless?
What is the purpose of ejb in java?
What is passivation and activation in ejb?
What do you understand by session facade?
What is stateless programming?
How to invoke ejb from java client?