Package com.sun.corba.ee.spi.protocol
Class ClientDelegate
java.lang.Object
org.omg.CORBA.portable.Delegate
org.omg.CORBA_2_3.portable.Delegate
com.sun.corba.ee.spi.protocol.ClientDelegate
- Direct Known Subclasses:
ClientDelegateImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ORB
The ORB associated * with an invocation.abstract ContactInfoList
Get the CorbaContactInfoList which represents they encoding/protocol/transport combinations that may be used to contact the service.Methods inherited from class org.omg.CORBA_2_3.portable.Delegate
get_codebase
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
-
ClientDelegate
public ClientDelegate()
-
-
Method Details
-
getBroker
The ORB associated * with an invocation.- Returns:
- ORB
-
getContactInfoList
Get the CorbaContactInfoList which represents they encoding/protocol/transport combinations that may be used to contact the service.- Returns:
- CorbaContactInfoList
-