org.jboss.iiop
Class SunJDK14IsLocalBugFix
java.lang.Object
com.sun.corba.se.internal.iiop.ShutdownUtilDelegate
org.jboss.iiop.SunJDK14IsLocalBugFix
public class SunJDK14IsLocalBugFix
- extends com.sun.corba.se.internal.iiop.ShutdownUtilDelegate
There is a bug in Sun's implementation of the method javax.rmi.CORBA.Util.isLocal().
Stubs generated with the rmic tool call this method to check is the call is a local invocation,
which they can optimize. However, Sun's implementation of isLocal() tries to cast the stub to a proprietary
class. This is against the rules. Since the ORB is pluggable ("-Dorg.omg.CORBA.ORBClass=...), Sun's
implementation of a standard (javax.rmi) method should not assume that the stubs are Sun stubs.
- Version:
- $Revision: 57194 $
- Author:
- Francisco Reverbel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunJDK14IsLocalBugFix
public SunJDK14IsLocalBugFix()
isLocal
public boolean isLocal(Stub stub)
throws RemoteException
- Throws:
RemoteException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.