HF
EJB: PgNo:323:
Sharpen Your Pencil

EJB Entity Bean)
I want to confirm the answers for the question:
1. The Client Calls this method to tell the container that he(client) is done using the bean's EJB Object reference:
2. This method is called when the bean goes back to the pool, after an entity is deleted from the database:
3. This method is called immediately after the bean's constructor runs:
4. This Method is called on the bean when the bean is in the pool and the client invokes a business method on the component interface.
My Answer:
1.ejbPassivate()
2.ejbRemove()
3.setEntityContext()
4.ejbActivate()
Please correct me if iam wrong..
Thanks