Package com.zeroc.Ice
Class Router.GetClientProxyResult
java.lang.Object
com.zeroc.Ice.Router.GetClientProxyResult
- Enclosing interface:
- Router
Holds the result of operation getClientProxy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether or not the router supports a routing table.The router's client proxy. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GetClientProxyResult
(ObjectPrx returnValue, boolean hasRoutingTable) This constructor makes shallow copies of the results for operation GetClientProxy (overload without Optional parameters).GetClientProxyResult
(ObjectPrx returnValue, Optional<Boolean> hasRoutingTable) This constructor makes shallow copies of the results for operation GetClientProxy. -
Method Summary
-
Field Details
-
returnValue
The router's client proxy. -
hasRoutingTable
Indicates whether or not the router supports a routing table. If it is supported, the Ice runtime will call addProxies to populate the routing table. This out parameter is only supported starting with Ice 3.7. The Ice runtime assumes the router has a routing table if the optional is not set.
-
-
Constructor Details
-
GetClientProxyResult
public GetClientProxyResult()Default constructor. -
GetClientProxyResult
This constructor makes shallow copies of the results for operation GetClientProxy.- Parameters:
returnValue
- The router's client proxy.hasRoutingTable
- Indicates whether or not the router supports a routing table. If it is supported, the Ice runtime will call addProxies to populate the routing table. This out parameter is only supported starting with Ice 3.7. The Ice runtime assumes the router has a routing table if the optional is not set.
-
GetClientProxyResult
This constructor makes shallow copies of the results for operation GetClientProxy (overload without Optional parameters).- Parameters:
returnValue
- The router's client proxy.hasRoutingTable
- Indicates whether or not the router supports a routing table. If it is supported, the Ice runtime will call addProxies to populate the routing table. This out parameter is only supported starting with Ice 3.7. The Ice runtime assumes the router has a routing table if the optional is not set.
-
-
Method Details
-
write
-
read
-