Generated by
JDiff

Class org.omg.CORBA.portable.Delegate

Documentation changed from old to new.

Changed Methods
Object get_interface_def(Object) Documentation changed from old to new.
Return an InterfaceDef for the object reference provided.
int hash(Object, int) Documentation changed from old to new.
Returns an ORB-internal identifier (hashcode) for this object reference.
InputStream invoke(Object, OutputStream) Documentation changed from old to new.
invoke is called by a stub to invoke an operation.
boolean is_a(Object, String) Documentation changed from old to new.
Checks if the object reference is an instance of the given interface.
boolean is_equivalent(Object, Object) Documentation changed from old to new.
Determines if the two object references are equivalent.
boolean non_existent(Object) Documentation changed from old to new.
Determines whether the server object for the object reference has been destroyed.
ORB orb(Object) Documentation changed from old to new.
Provides a reference to the orb associated with its parameter.
ServantObject servant_preinvoke(Object, String, Class) Documentation changed from old to new.
Returns a Java reference to the servant which should be used for this request.
Object set_policy_override(Object, Policy[], SetOverrideType) Documentation changed from old to new.
Associates the policies passed in with a newly created object reference that it returns.
Request create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList) Documentation changed from old to new.
Creates a Request instance for use in the Dynamic Invocation Interface.
boolean equals(Object, Object) Documentation changed from old to new.
Provide the implementation to override the equals(java.lang.Object obj) method of the delegating CORBA object.
int hashCode(Object) Documentation changed from old to new.
Provide the implementation to override the hashCode() method of the delegating CORBA object.
String toString(Object) Documentation changed from old to new.
Provide the implementation to override the toString() method of the delegating CORBA object.