Searched defs:isStub (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubAdapter.java72 public static boolean isStub( Object stub ) method in class:StubAdapter
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DIIOPProxy.java43 boolean isStub(Object obj); method in interface:IIOPProxy
H A DIIOPHelper.java81 public static boolean isStub(Object obj) { method in class:IIOPHelper
82 return (proxy == null) ? false : proxy.isStub(obj);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java49 public boolean isStub(Object obj) { method in class:IIOPProxyImpl

Completed in 31 milliseconds