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 |
Can an ejb send asynchronous notifications to its clients?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What is ejb and how it works?
Differentiate Conversational from Non-conversational interactions?
What is stateless ejb?
Can stateful session beans are persistent?
What is Enterprise JavaBeans Query Language (EJB QL)?
What is enterprise bean provider?
What is activemq used for?
Which is more beneficial: CMP or BMP?
Elucidate callback in ejb?
How to import ejb project in eclipse?