File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes an entity bean question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "an entity bean question" Watch "an entity bean question" New topic
Author

an entity bean question

Timber Lee
Ranch Hand

Joined: Oct 14, 2002
Posts: 157
are the ejbActivate method and ejbPasstivate method in entity bean callback method?


SCJP<br />SCWCD<br />SCEA
Debanjana Dasgupta
Ranch Hand

Joined: Aug 11, 2000
Posts: 101
Yes they are.


Thanks<br /> <br />Debanjana<br /> <br />SCJP2<br />SCEA
Kyle Tang
Ranch Hand

Joined: Aug 22, 2002
Posts: 78
these 2 methods are usually left empty for entity beans.


Kyle Tang<br />SCJP 91<br />SCWCD 96<br />SCBCD 95
Claudio Malso
Ranch Hand

Joined: Nov 05, 2002
Posts: 50
In BMP entity beans, you use the Passivate method to release a db connection and use Activate to get it one.


Claudio
 
 
subject: an entity bean question
 
Threads others viewed
ejb exam question
ejbPostCreate
more than one create() method for Entity Bean?
mock question
Bean Managed Transactions
developer file tools