Hi folks,
A home business method is defined as a method that returns something other than a component interface reference, that is, data from the entity rather than a reference to the entity itself (page 278 HFEJB).
On page 325 we are told there are three ways to get EJBObject references: 1. a finder method on the home,
2. a create method on the home,
3. a home business method "that returns a reference to the beans component interface."
Surely this last case is a finder method, not a home business method? Or am I missing something? Please understand that I am not trying to split hairs or make a pedentic or trivial point. I got a question wrong in a Mock exam because I misunderstood this issue.
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?
best regards
Simon