Life cycle methods in stateful session beans?
Answer / janet
ejbCreate()
setSessionContext()
ejbActivate()
ejbPassivate()
ejbRemove()
afterBegin()
beforeCompletion()
afterCompletion(boolean commit)
| Is This Answer Correct ? | 5 Yes | 0 No |
How stateful session beans will maintain consistency, across transaction updates?
What is bean-managed persistence?
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?
Why do we use ejb?
What are the advantages of java beam?
Differentiate Conversational from Non-conversational interactions?
Why do we need ejb in java?
How to create ejb project in eclipse?
What is difference between ejb 1.1 and ejb 2.0?
What are the benefits of ejb?
What are stateless functions?
How does ejb invocation take place?