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 are the types of ejb?
How can a session bean be configured for transactions of bean-managed?
What are stateless applications?
Name the acid properties of a transaction.
Write down the steps for the creation of stateless ejb.
Why do we need ejb?
What are the advantages of java beam?
What is the difference between ejb and java beans?
Why is ejb needed?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
What is entity beans in ejb with example?
what is mean by OLE ? Please answer me. Advance thanks.
How to import ejb project in eclipse?
How ejb invocation happens?
How can enterprise javabeans be accessed from active server pages?