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
public abstract class ClientDelegate extends Delegate
-
-
Constructor Summary
Constructors Constructor Description ClientDelegate()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ORB
getBroker()
The ORB associated * with an invocation.abstract ContactInfoList
getContactInfoList()
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
-
-
-
-
Method Detail
-
getBroker
public abstract ORB getBroker()
The ORB associated * with an invocation.- Returns:
- ORB
-
getContactInfoList
public abstract ContactInfoList getContactInfoList()
Get the CorbaContactInfoList which represents they encoding/protocol/transport combinations that may be used to contact the service.- Returns:
- CorbaContactInfoList
-
-