What are the operations that can be performed using the ejbPostCreate()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 ejbPostCreate()method?
Rating:
The operations that can be performed using the
- 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
- Getting a reference to the component interface of the bean
- Getting the primary key for the bean
Rating:
Was this information helpful?
Other articles
- What are the responsibilities of an EJB server provider?
- What is a stateless session bean?
- What is the RequiresNew transaction attribute?
- How to deploy and run an EJB application using a J2EE server.
- What is the void remove(Object primaryKey) method?
