Life cycle methods in stateless Session Beans?
Answer Posted / krishna
Methods are:
0) Class.newInstance()
1) ejbCreate()
2) setSessionContext()
3) ejbCreate()
Does Not Exist state & Method-Ready Pool are two status of the Beans
as per my knowledge Stateless Session Beans will not contain ejbActivate()& ejbPassivate() methods
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why should we use ejb?
How can enterprise javabeans be accessed from active server pages?
can we stop the execution of a method before completion?
What is entity bean?
Why do we use @requestmapping?
Match the ejb functions given below with the functionality equivalent in sql?
What is EJB server?
What do you mean enterprise javabeans (ejb) container?
What is the use of @ejb annotation?
What causes statelessness?
Is functional programming stateless?
What is the difference between find and select methods in ejb?
Are entity beans allowed to create() methods?
Explain the concept of local interfaces?
What is mdb?