What is callback function?

Showing Answers 1 - 3 of 3 Answers

rajendra kumar

  • Nov 18th, 2005
 

callback function is called by container notify componets of important life cycle is called as callback function.it is also called as ejb functions.

  Was this answer useful?  Yes

vivek barsagadey

  • Nov 19th, 2005
 

The function is implement by you but call by container it self.

like

the life cycle of any class like

servlet

init()

service()

destroy()

and

in ejb we have

ejbCreate() like...........

  Was this answer useful?  Yes

Dinesh

  • Nov 19th, 2005
 

The Request from the clientside(Browser) and calls by the EjbContainer itself.The Callback functions are:ejbCreate(),setSessionContext(),ejbRemove(),ejbActivate(),ejbPassivate()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions