David Ward wrote:
> Also know that with local interfaces you can cast the looked-up 
> object right to it's home interface type.  You only have to use 
> PortableRemoteObject.narrow(x,x) with remote interfaces.

To clarify what I meant to say:

Also know that with local interfaces you can cast the looked-up
object right to it's **LOCAL** home interface type.  You only have to 
use PortableRemoteObject.narrow(x,x) with remote **HOME** interfaces.

Sorry if I confused,
David


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to