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 MDB can be public or private? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "MDB can be public or private?" Watch "MDB can be public or private?" New topic
Author

MDB can be public or private?

Priti Sharma
Greenhorn

Joined: Oct 15, 2008
Posts: 15
Hello
Please tell me, message driven bean can be public or private? Also the same question for session bean, can session bean be public or private?
Please help
Thanks!!
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

The class must be defined as public, must not be final, and must not be abstract.


[My Blog]
All roads lead to JavaRanch
Priti Sharma
Greenhorn

Joined: Oct 15, 2008
Posts: 15
Thank you very much
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MDB can be public or private?
 
Similar Threads
conversational state of SFSB
Session Bean Methods Call
MK Notes and EJB in Action doubts
question about using localthread in hibernate?
Acessing a managed bean from another managed bean