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 |
What are the design goals of EJB architecture?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
What is a Java Bean?
Name the interfaces that you used in Beans?
How can a CORBA object, accessed from a EJB?
What do you mean by bean managed transaction?
What is activemq used for?
What is software architecture of ejb?
What do you mean by ejb ql?
what is finder method?
Differentiate “find a method” from “select method” in EJB ?
Which is default transaction attribute for the business method of a bean?