Searched defs:ObjectImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/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
/openjdk7/corba/src/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 37 milliseconds