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
what is the Relationship between EJB and CORBA architecture?
Can an ejb send asynchronous notifications to its clients?
Is udp stateless?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
Name the acid properties of a transaction.
What do you mean by EJB architecture?
What is backing bean?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What is the use of @ejb annotation?
What are stateless functions?
Is state maintained by a Stateless bean?
What is the use of @resource?
Which is more beneficial: Stateful or Stateless Bean?
Is having static initializer blocks legal in ejb?
Differentiate Phantom from Un-repeatable?