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
What is @resource in java?
What are the advantages of ejb?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Is ejbCreate() method mandatory while defining a Session Bean?
What is stateless authentication?
What are transaction isolation levels in ejb?
What is stateless and stateful session bean in ejb?
Explain ejbhome and ejbobject in ejb?
What is an entity and its types?
Can remove() be a Stateless Session bean?
What is stateful session bean?
TX operation funtion executed by?
What is bean-managed persistence?
What are the components of ejb?
How entity beans support container managed persistence?