You will narrow when the returned interface is not of a specific Remote type .
1. JNDI lookup of home (Object is returned).
2. Getting EJBObject from Handle (EJBObject is returned ).
3. Getting EJBHome from HomeHandle.
etc
PortableRemoteObject.narrow() is not required when the remote type is specified in the method signature For example create and finder methods
But the EJBObject you get from the getEJBObject method does not come from RMI-IIOP or is it?
Yes it is.
[ December 10, 2003: Message edited by: Pradeep Bhat ]