org.omg.CORBA_2_3.portable
abstract public class: Delegate [javadoc |
source]
java.lang.Object
org.omg.CORBA.portable.Delegate
org.omg.CORBA_2_3.portable.Delegate
Direct Known Subclasses:
CorbaClientDelegate, CorbaClientDelegateImpl
Delegate class provides the ORB vendor specific implementation
of CORBA object. It extends org.omg.CORBA.portable.Delegate and
provides new methods that were defined by CORBA 2.3.
| Method from org.omg.CORBA_2_3.portable.Delegate Summary: |
|---|
|
get_codebase |
| Methods from org.omg.CORBA.portable.Delegate: |
|---|
|
create_request, create_request, duplicate, equals, get_domain_managers, get_interface_def, get_policy, hash, hashCode, invoke, is_a, is_equivalent, is_local, non_existent, orb, release, releaseReply, request, request, servant_postinvoke, servant_preinvoke, set_policy_override, toString |
| Method from org.omg.CORBA_2_3.portable.Delegate Detail: |
public String get_codebase(Object self) {
return null;
}
Returns the codebase for object reference provided. |