Hi All,
In
EJB spec, it is given as below at page no 119.
A client can get a reference to an existing entity object�s remote interface in any of the following ways:
1) Receive the reference as a parameter in a method call (input parameter or result).
2) Find the entity object using a finder method defined in the entity bean�s remote home interface.
3) Obtain the reference from the entity object�s handle. (see Section 9.11)
Can somebody explain first one? I assume client can receive reference as ONLY RETURN parameter in method call. What is input parameter mentioned in the bracket.
Thanks,
Prashant