Package org.omg.CORBA_2_3.portable
Class Delegate
java.lang.Object
org.omg.CORBA.portable.Delegate
org.omg.CORBA_2_3.portable.Delegate
- Direct Known Subclasses:
ClientDelegate
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.
- Since:
- JDK1.2
- Version:
- 1.16 07/27/07
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget_codebase
(Object self) Returns the codebase for object reference provided.Methods inherited from class 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
-
Constructor Details
-
Delegate
public Delegate()
-
-
Method Details
-
get_codebase
Returns the codebase for object reference provided.- Parameters:
self
- the object reference whose codebase needs to be returned.- Returns:
- the codebase as a space delimited list of url strings or null if none.
-