Searched refs:ObjectImpl (Results 1 - 25 of 25) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/
H A DObjectImpl.java37 * ObjectImpl class is the base class for all stubs. It provides the
38 * basic delegation mechanism. It extends org.omg.CORBA.portable.ObjectImpl
41 * @see org.omg.CORBA.portable.ObjectImpl
47 public abstract class ObjectImpl extends org.omg.CORBA.portable.ObjectImpl { class in inherits:org.omg.CORBA.portable.ObjectImpl
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DDynamicImplementation.java28 import org.omg.CORBA.portable.ObjectImpl;
34 public class DynamicImplementation extends org.omg.CORBA.portable.ObjectImpl {
H A D_PolicyStub.java38 public class _PolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.Policy
151 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
H A D_IDLTypeStub.java38 public class _IDLTypeStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.IDLType
140 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
H A DIDLTypeHelper.java90 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
H A DPolicyHelper.java90 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DCORBAObjectImpl.java37 public class CORBAObjectImpl extends org.omg.CORBA_2_3.portable.ObjectImpl {
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubAdapter.java31 import org.omg.CORBA.portable.ObjectImpl ;
53 * ObjectImpl does not have an interface for the 3 delegate and
55 * We cannot simply change ObjectImpl as it is a standard API.
68 return (ObjectImpl.class.isAssignableFrom( cls )) ||
75 (stub instanceof ObjectImpl) ;
82 else if (stub instanceof ObjectImpl)
83 ((ObjectImpl)stub)._set_delegate( delegate ) ;
119 /** Any implementation of Tie should be either a Servant or an ObjectImpl,
121 * default results in an ObjectImpl-based Tie, while rmic -iiop -poa
125 if (tie instanceof ObjectImpl) {
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubConnectImpl.java37 import org.omg.CORBA.portable.ObjectImpl;
60 * @param stub The stub implementation that extends ObjectImpl
64 org.omg.CORBA.portable.ObjectImpl stub, ORB orb ) throws RemoteException
87 // Thrown when tie is an ObjectImpl and its delegate is not set.
99 ObjectImpl objref = new CORBAObjectImpl() ;
H A DDynamicStubImpl.java37 import org.omg.CORBA_2_3.portable.ObjectImpl ;
58 public class DynamicStubImpl extends ObjectImpl
H A DInvocationHandlerFactoryImpl.java32 import org.omg.CORBA.portable.ObjectImpl ;
118 // org.omg.CORBA.portable.ObjectImpl.
H A DStubInvocationHandlerImpl.java44 import org.omg.CORBA.portable.ObjectImpl ;
/openjdk10/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DTie.java40 import org.omg.CORBA.portable.ObjectImpl;
H A DStub.java37 import org.omg.CORBA_2_3.portable.ObjectImpl;
55 public abstract class Stub extends ObjectImpl
H A DUtil.java42 import org.omg.CORBA.portable.ObjectImpl;
260 * {@code ObjectImpl._is_local}
/openjdk10/jdk/test/com/sun/corba/serialization/
H A DObjectStreamTest$_Server_Tie.java37 import org.omg.CORBA_2_3.portable.ObjectImpl;
43 public class ObjectStreamTest$_Server_Tie extends ObjectImpl implements Tie {
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/8146975/
H A D_HelloImpl_Tie.java39 import org.omg.CORBA_2_3.portable.ObjectImpl;
42 public class _HelloImpl_Tie extends ObjectImpl implements Tie {
/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java38 //public class _IDLTypeStub extends org.omg.CORBA.portable.ObjectImpl implements com.sun.org.omg.CORBA.IDLType
39 public class _IDLTypeStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.IDLType
135 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
H A DIDLTypeHelper.java107 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOACurrent.java46 public class POACurrent extends org.omg.CORBA.portable.ObjectImpl
/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/SendingContext/
H A DCodeBaseHelper.java91 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
H A D_CodeBaseImplBase.java35 public abstract class _CodeBaseImplBase extends org.omg.CORBA.portable.ObjectImpl
H A D_CodeBaseStub.java35 public class _CodeBaseStub extends org.omg.CORBA.portable.ObjectImpl implements com.sun.org.omg.SendingContext.CodeBase
195 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/
H A D_HelloImpl_Tie.java20 import org.omg.CORBA_2_3.portable.ObjectImpl;
23 public class _HelloImpl_Tie extends ObjectImpl implements Tie {
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/portable/
H A DObjectImpl.java41 * forwarded to a <code>Delegate</code> object stored in the <code>ObjectImpl</code>
42 * instance. <code>ObjectImpl</code> allows for portable stubs because the
46 abstract public class ObjectImpl implements org.omg.CORBA.Object class in inherits:org.omg.CORBA.Object
51 * this <code>ObjectImpl</code> object. This <code>Delegate</code>
53 * which are derived from this <code>ObjectImpl</code> class, can be
62 * object to which this <code>ObjectImpl</code> object delegates all
65 * @return the Delegate contained in this ObjectImpl instance
77 * Sets the Delegate for this <code>ObjectImpl</code> instance to the given
79 * <code>ObjectImpl</code> object will be forwarded to this delegate.
82 * all method calls on this <code>ObjectImpl</cod
[all...]

Completed in 219 milliseconds