What are the operations that can be performed using the ejbActivate() method of a session bean?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the operations that can be performed using the ejbActivate() method of a session bean?
Rating:
The operations that can be performed using the
- Accessing JNDI
- Accessing the resource manager
- Accessing other beans
- Getting a reference to the home interface of the bean
- Getting a transaction reference, and calling methods on it
- Getting security-related information
- Marking the current transaction to roll back
Rating:
Was this information helpful?
Other articles
- What are the operations that can be performed using the ejbPassivate() method of a session bean?
- What is a session bean?
- What are environment entries?
- What is the SELECT clause in the EJB query language?
- What is TransactionRolledbackException?
