What is the remove(Handle h) 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 is the remove(Handle h) method?
Rating:
The remove(Handle h) method is present in the EJBHome interface. It can be called by both the session bean and entity bean clients. It kills a bean instance if it is called on a stateful session bean. However, it has no effect if it is called on a stateless session bean, as the bean goes back immediately to the pool.
Rating:
Was this information helpful?
Other articles
- What is the <cascade-delete /> element of the deployment descriptor?
- What is the onMessage() method of the MessageListener interface?
- What are the methods present in a message-driven bean class?
- What is the EJB query language?
- Describe the life cycle of a message-driven bean.