Generated by
JDiff

Class org.omg.CORBA.portable.ObjectImpl

Changed Methods
Delegate _get_delegate() Documentation changed from old to new.
Provides a reference to the vendor-specific Delegate for this ObjectImpl.
String[] _ids() Documentation changed from old to new.
Provides a string array containing the repository ids for this object.
InputStream _invoke(OutputStream) Documentation changed from old to new.
_invoke is called to invoke an operation.
boolean _is_local() Documentation changed from old to new.
Checks whether this object is process-local.
ORB _orb() Documentation changed from old to new.
Provides reference to the ORB associated with this object and its delegate.
void _releaseReply(InputStream) Documentation changed from old to new.
_releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.
void _servant_postinvoke(ServantObject) Documentation changed from old to new.
Is invoked by the local stub after the operation has been invoked on the local servant.
ServantObject _servant_preinvoke(String, Class) Documentation changed from old to new.
Returns a Java reference to the servant which should be used for this request.
void _set_delegate(Delegate) Documentation changed from old to new.
Sets the Delegate contained in this ObjectImpl instance.
OutputStream _request(String, boolean) Documentation changed from old to new.
_request is called by a stub to obtain an OutputStream for marshaling arguments.