duplicate |
Returns a duplicate of the object reference provided. |
equals |
Provides the implementation to override the equals(System.Object obj) method of the delegating CORBA object. |
hash |
Returns an ORB-internal identifier (hashcode) for this object reference. |
hashCode |
Provides the implementation to override the hashCode() method of the delegating CORBA object. |
invoke |
invoke is called by a stub to invoke an operation. |
is_a |
Checks if the object reference is an instance of the given interface. |
is_equivalent |
Determines if the two object references are equivalent. |
is_local |
Returns true if this object is implemented by a local servant. |
non_existent |
Determines whether the server object for the object reference has been destroyed. |
orb |
Provides a reference to the orb associated with its parameter. |
release |
Releases resources associated with the object reference provided. |
releaseReply |
releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed. |
request |
Creates a Request instance for use in the Dynamic Invocation Interface. |
request |
request is called by a stub to obtain an OutputStream for marshaling arguments. |
toString |
Provides the implementation to override the toString() method of the delegating CORBA object. |
Delegate Class | CORBA.portable Namespace | Ics.CORBA Namespace