static ApiHandlePrx |
ApiHandlePrx.checkedCast(com.zeroc.Ice.ObjectPrx obj) |
Contacts the remote server to verify that the object implements this type.
|
static ApiHandlePrx |
ApiHandlePrx.checkedCast(com.zeroc.Ice.ObjectPrx obj,
String facet) |
Contacts the remote server to verify that a facet of the object implements this type.
|
static ApiHandlePrx |
ApiHandlePrx.checkedCast(com.zeroc.Ice.ObjectPrx obj,
String facet,
Map<String,String> context) |
Contacts the remote server to verify that a facet of the object implements this type.
|
static ApiHandlePrx |
ApiHandlePrx.checkedCast(com.zeroc.Ice.ObjectPrx obj,
Map<String,String> context) |
Contacts the remote server to verify that the object implements this type.
|
default ApiHandlePrx |
ApiHandlePrx.ice_adapterId(String newAdapterId) |
Returns a proxy that is identical to this proxy, except for the adapter ID.
|
default ApiHandlePrx |
ApiHandlePrx.ice_batchDatagram() |
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
|
default ApiHandlePrx |
ApiHandlePrx.ice_batchOneway() |
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
|
default ApiHandlePrx |
ApiHandlePrx.ice_collocationOptimized(boolean b) |
Returns a proxy that is identical to this proxy, except for collocation optimization.
|
default ApiHandlePrx |
ApiHandlePrx.ice_compress(boolean co) |
Returns a proxy that is identical to this proxy, except for compression.
|
default ApiHandlePrx |
ApiHandlePrx.ice_connectionCached(boolean newCache) |
Returns a proxy that is identical to this proxy, except for connection caching.
|
default ApiHandlePrx |
ApiHandlePrx.ice_connectionId(String connectionId) |
Returns a proxy that is identical to this proxy, except for its connection ID.
|
default ApiHandlePrx |
ApiHandlePrx.ice_context(Map<String,String> newContext) |
Returns a proxy that is identical to this proxy, except for the per-proxy context.
|
default ApiHandlePrx |
ApiHandlePrx.ice_datagram() |
Returns a proxy that is identical to this proxy, but uses datagram invocations.
|
default ApiHandlePrx |
ApiHandlePrx.ice_encodingVersion(com.zeroc.Ice.EncodingVersion e) |
Returns a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
|
default ApiHandlePrx |
ApiHandlePrx.ice_endpoints(com.zeroc.Ice.Endpoint[] newEndpoints) |
Returns a proxy that is identical to this proxy, except for the endpoints.
|
default ApiHandlePrx |
ApiHandlePrx.ice_endpointSelection(com.zeroc.Ice.EndpointSelectionType newType) |
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
|
default ApiHandlePrx |
ApiHandlePrx.ice_fixed(com.zeroc.Ice.Connection connection) |
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound
the given connection.@param connection The fixed proxy connection.
|
default ApiHandlePrx |
ApiHandlePrx.ice_invocationTimeout(int newTimeout) |
Returns a proxy that is identical to this proxy, except for the invocation timeout.
|
default ApiHandlePrx |
ApiHandlePrx.ice_locator(com.zeroc.Ice.LocatorPrx locator) |
Returns a proxy that is identical to this proxy, except for the locator.
|
default ApiHandlePrx |
ApiHandlePrx.ice_locatorCacheTimeout(int newTimeout) |
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
|
default ApiHandlePrx |
ApiHandlePrx.ice_oneway() |
Returns a proxy that is identical to this proxy, but uses oneway invocations.
|
default ApiHandlePrx |
ApiHandlePrx.ice_preferSecure(boolean b) |
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
|
default ApiHandlePrx |
ApiHandlePrx.ice_router(com.zeroc.Ice.RouterPrx router) |
Returns a proxy that is identical to this proxy, except for the router.
|
default ApiHandlePrx |
ApiHandlePrx.ice_secure(boolean b) |
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
|
default ApiHandlePrx |
ApiHandlePrx.ice_timeout(int t) |
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
|
default ApiHandlePrx |
ApiHandlePrx.ice_twoway() |
Returns a proxy that is identical to this proxy, but uses twoway invocations.
|
static ApiHandlePrx |
ApiHandlePrx.uncheckedCast(com.zeroc.Ice.ObjectPrx obj) |
Downcasts the given proxy to this type without contacting the remote server.
|
static ApiHandlePrx |
ApiHandlePrx.uncheckedCast(com.zeroc.Ice.ObjectPrx obj,
String facet) |
Downcasts the given proxy to this type without contacting the remote server.
|