Originally posted by Simon Ingram:
Surely this last case is a finder method, not a home business method? Or am I missing something?
When the book talks about receiving an EJBObject reference as a parameter in a method call, am I right in thinking that this method uses a finder method to get the reference and then simply returns it, or is there more to it?
The last case is not a finder method. Finder method is at option-1. The last case is just a home business method that returns a reference to the bean's component interface. A home business method can return anything, which is compliant to RMI-IIOP...
On page 278, the book just explains that home business mthods can return something other than
EJB Object references... it doesn't mean that it cannot return EJB Object reference... So rather than using finder methods and create methods to get a reference to an EJB Object, we can use home business method to get one...

Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0