|
| ::Ice::ObjectProxySeq | findAllObjectsByType (const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find all the well-known objects with the given type.
|
| ::std::function< void()> | findAllObjectsByTypeAsync (const ::std::string &type, ::std::function< void(::Ice::ObjectProxySeq)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find all the well-known objects with the given type.
|
| template<template< typename > class P = ::std::promise> |
| auto | findAllObjectsByTypeAsync (const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::Ice::ObjectProxySeq > >().get_future()) |
| | Find all the well-known objects with the given type.
|
| ::Ice::ObjectProxySeq | findAllReplicas (const ::std::shared_ptr<::Ice::ObjectPrx > &proxy, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find all the object replicas associated with the given proxy.
|
| ::std::function< void()> | findAllReplicasAsync (const ::std::shared_ptr<::Ice::ObjectPrx > &proxy, ::std::function< void(::Ice::ObjectProxySeq)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find all the object replicas associated with the given proxy.
|
| template<template< typename > class P = ::std::promise> |
| auto | findAllReplicasAsync (const ::std::shared_ptr<::Ice::ObjectPrx > &proxy, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::Ice::ObjectProxySeq > >().get_future()) |
| | Find all the object replicas associated with the given proxy.
|
| ::std::shared_ptr<::Ice::ObjectPrx > | findObjectById (const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find a well-known object by identity.
|
| ::std::function< void()> | findObjectByIdAsync (const ::Ice::Identity &id, ::std::function< void(::std::shared_ptr<::Ice::ObjectPrx >)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find a well-known object by identity.
|
| template<template< typename > class P = ::std::promise> |
| auto | findObjectByIdAsync (const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::std::shared_ptr<::Ice::ObjectPrx > > >().get_future()) |
| | Find a well-known object by identity.
|
| ::std::shared_ptr<::Ice::ObjectPrx > | findObjectByType (const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find a well-known object by type.
|
| ::std::function< void()> | findObjectByTypeAsync (const ::std::string &type, ::std::function< void(::std::shared_ptr<::Ice::ObjectPrx >)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find a well-known object by type.
|
| template<template< typename > class P = ::std::promise> |
| auto | findObjectByTypeAsync (const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::std::shared_ptr<::Ice::ObjectPrx > > >().get_future()) |
| | Find a well-known object by type.
|
| ::std::shared_ptr<::Ice::ObjectPrx > | findObjectByTypeOnLeastLoadedNode (const ::std::string &type, LoadSample sample, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find a well-known object by type on the least-loaded node.
|
| ::std::function< void()> | findObjectByTypeOnLeastLoadedNodeAsync (const ::std::string &type, LoadSample sample, ::std::function< void(::std::shared_ptr<::Ice::ObjectPrx >)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Find a well-known object by type on the least-loaded node.
|
| template<template< typename > class P = ::std::promise> |
| auto | findObjectByTypeOnLeastLoadedNodeAsync (const ::std::string &type, LoadSample sample, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::std::shared_ptr<::Ice::ObjectPrx > > >().get_future()) |
| | Find a well-known object by type on the least-loaded node.
|
| ::std::shared_ptr< QueryPrx > | ice_adapterId (const ::std::string &id) const |
| | Obtains a proxy that is identical to this proxy, except for the adapter ID.
|
| ::std::shared_ptr< QueryPrx > | ice_batchDatagram () const |
| | Obtains a proxy that is identical to this proxy, but uses batch datagram invocations.
|
| ::std::shared_ptr< QueryPrx > | ice_batchOneway () const |
| | Obtains a proxy that is identical to this proxy, but uses batch oneway invocations.
|
| ::std::shared_ptr< QueryPrx > | ice_collocationOptimized (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for collocation optimization.
|
| ::std::shared_ptr< QueryPrx > | ice_compress (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for its compression setting which overrides the compression setting from the proxy endpoints.
|
| ::std::shared_ptr< QueryPrx > | ice_connectionCached (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for connection caching.
|
| ::std::shared_ptr< QueryPrx > | ice_connectionId (const ::std::string &id) const |
| | Obtains a proxy that is identical to this proxy, except for its connection ID.
|
| ::std::shared_ptr< QueryPrx > | ice_context (const ::Ice::Context &context) const |
| | Obtains a proxy that is identical to this proxy, except for the per-proxy context.
|
| ::std::shared_ptr< QueryPrx > | ice_datagram () const |
| | Obtains a proxy that is identical to this proxy, but uses datagram invocations.
|
| ::std::shared_ptr< QueryPrx > | ice_encodingVersion (const ::Ice::EncodingVersion &version) const |
| | Obtains a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
|
| ::std::shared_ptr< QueryPrx > | ice_endpoints (const ::Ice::EndpointSeq &endpoints) const |
| | Obtains a proxy that is identical to this proxy, except for the endpoints.
|
| ::std::shared_ptr< QueryPrx > | ice_endpointSelection (::Ice::EndpointSelectionType type) const |
| | Obtains a proxy that is identical to this proxy, except for the endpoint selection policy.
|
| ::std::shared_ptr< QueryPrx > | ice_fixed (const ::std::shared_ptr<::Ice::Connection > &connection) const |
| | Obtains a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.
|
| ::std::shared_ptr< QueryPrx > | ice_invocationTimeout (int timeout) const |
| | Obtains a proxy that is identical to this proxy, except for the invocation timeout.
|
| ::std::shared_ptr< QueryPrx > | ice_locator (const ::std::shared_ptr<::Ice::LocatorPrx > &locator) const |
| | Obtains a proxy that is identical to this proxy, except for the locator.
|
| ::std::shared_ptr< QueryPrx > | ice_locatorCacheTimeout (int timeout) const |
| | Obtains a proxy that is identical to this proxy, except for the locator cache timeout.
|
| ::std::shared_ptr< QueryPrx > | ice_oneway () const |
| | Obtains a proxy that is identical to this proxy, but uses oneway invocations.
|
| ::std::shared_ptr< QueryPrx > | ice_preferSecure (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for its endpoint selection policy.
|
| ::std::shared_ptr< QueryPrx > | ice_router (const ::std::shared_ptr<::Ice::RouterPrx > &router) const |
| | Obtains a proxy that is identical to this proxy, except for the router.
|
| ::std::shared_ptr< QueryPrx > | ice_secure (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for how it selects endpoints.
|
| ::std::shared_ptr< QueryPrx > | ice_timeout (int timeout) const |
| | Obtains a proxy that is identical to this proxy, except for its connection timeout setting which overrides the timeot setting from the proxy endpoints.
|
| ::std::shared_ptr< QueryPrx > | ice_twoway () const |
| | Obtains a proxy that is identical to this proxy, but uses twoway invocations.
|
The IceGrid query interface.
This interface is accessible to Ice clients who wish to look up well-known objects.