public interface DynamicStub implements org.omg.CORBA.Object
Interface used to support dynamically generated stubs.
This supplies some methods that are found in
org.omg.CORBA.portable.ObjectImpl that are not available
in org.omg.CORBA.Object.
Connect this dynamic stub to an ORB.
Just as in standard RMI-IIOP, this is required after
a dynamic stub is deserialized from an ObjectInputStream.
It is not needed when unmarshalling from a
org.omg.CORBA.portable.InputStream.