File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes Release resource in @remove method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "Release resource in @remove method" Watch "Release resource in @remove method" New topic
Author

Release resource in @remove method

Fei Wong
Greenhorn

Joined: Jun 15, 2009
Posts: 11
Hi, I have study the EJB book saying that it should release resource in @predestroy method.
But I have a question that can the resource release in @remove method?
Romeo Son
Ranch Hand

Joined: Mar 12, 2007
Posts: 92

The @remove annotation is used only on Stateful session beans methods. After the method annotated with @remove returns, the instance is destroyed by the container. This is because with Stateful session beans every client gets its own instance and this way the performance is greatly improved. (Think in this scenario if every instance would need to wait a timeout to be destroyed)


SCJP 1.4, SCJD, OCE EJBD 6
 
 
subject: Release resource in @remove method
 
Threads others viewed
Eliminating A ConcurrentModification Exception
releasing resources
ETS Question doubt 1
Confusion between PreDestroy and Remove annotation
@PostConstruct and @PreDestory
developer file tools