What are the operations that can be performed using the ejbCreate() method?
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 ejbCreate() method?
Rating:
The operations that can be performed using the ejbCreate() method are as follows:
- Accessing JNDI.
- Accessing resource manager.
- Accessing other beans.
- Determining whether the current transaction is marked for rollback.
- Getting a reference to the home interface of the bean.
- Getting security-related information.
- Marking the current transaction to roll back.
Rating:
Was this information helpful?
Other articles
- What is a session bean?
- What is the ejbPassivate() method of a stateful session bean?
- What is the <multiplicity> element of the deployment descriptor?
- What is the Required transaction attribute?
- What is the EJBContext interface?
