Searched refs:StubDelegateImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DStubDelegateImpl.java63 public class StubDelegateImpl implements javax.rmi.CORBA.StubDelegate class in inherits:javax.rmi.CORBA.StubDelegate
75 public StubDelegateImpl() method in class:StubDelegateImpl
130 // access the StubDelegateImpl from the Stub.
139 if (!(obj instanceof StubDelegateImpl))
142 StubDelegateImpl other = (StubDelegateImpl)obj ;
/openjdk10/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DStub.java219 return new com.sun.corba.se.impl.javax.rmi.CORBA.StubDelegateImpl();

Completed in 47 milliseconds