Basic HTML version of Foils prepared July 6 99

Foil 45 Entity Beans / Callbacks - II

From Object Web Computing Technologies CPS714 Computational Science Information Track -- June 16 99. by H. Timucin Ozdemir


ejbPostCreate() method is invoked by the container after ejbCreate() method invocation on the instance.
ejbActivate() method invocation informs the instance that an EJB Object is associated with this instance and it can expect business method calls.
ejbPassivate() method invocation informs the instance that an EJB Object is disassociated.
ejbRemove() method is invoked by the container upon receiving a remove() request from the client. The bean implementation should remove its entity representation from the database.



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 6 1999