This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes isIdentical() on stateless session beans? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "isIdentical() on stateless session beans?" Watch "isIdentical() on stateless session beans?" New topic
Author

isIdentical() on stateless session beans?

yamini nadella
Ranch Hand

Joined: Apr 13, 2004
Posts: 257
what is the result of isIdentical() on stateless session beans which are from same home?
Nileesha Bojjawar
Ranch Hand

Joined: Oct 10, 2003
Posts: 85
Hi Yamini,
isIdentical() on stateless session beans return "true" always. As far as the server is concerned all the stateless session beans coming form the same home are identical, which is not the case for the stateful session beans as they store individual client states, and hence in case of Stateful session beans its always false. On an entity bean it might return tru or false based on which entity the beans are refering to.

Hope that helps

Good Luck


Nileesha<br />SCJP 1.4, SCBCD, SCWCD.
 
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: isIdentical() on stateless session beans?
 
Similar Threads
isIdentical() method
isIdentical() method.
isIdentical() clarification......
isIdentical method on stateless session beans.
Doubtful question