Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceDiscovery.h File Reference
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
#include <Ice/ValueF.h>
#include <Ice/Exception.h>
#include <Ice/LocalObject.h>
#include <Ice/StreamHelpers.h>
#include <Ice/Comparable.h>
#include <Ice/Proxy.h>
#include <Ice/Object.h>
#include <Ice/GCObject.h>
#include <Ice/Value.h>
#include <Ice/Incoming.h>
#include <Ice/FactoryTableInit.h>
#include <IceUtil/ScopedArray.h>
#include <Ice/Optional.h>
#include <Ice/Identity.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceUtil/PopDisableWarnings.h>
Include dependency graph for IceDiscovery.h:

Go to the source code of this file.

Classes

class  IceDiscovery::Callback_Lookup_findAdapterById< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceDiscovery::Lookup::begin_findAdapterById. More...
class  IceDiscovery::Callback_Lookup_findAdapterById_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceDiscovery::Lookup::begin_findAdapterById. More...
class  IceDiscovery::Callback_Lookup_findObjectById< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceDiscovery::Lookup::begin_findObjectById. More...
class  IceDiscovery::Callback_Lookup_findObjectById_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceDiscovery::Lookup::begin_findObjectById. More...
class  IceDiscovery::Callback_LookupReply_foundAdapterById< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceDiscovery::LookupReply::begin_foundAdapterById. More...
class  IceDiscovery::Callback_LookupReply_foundAdapterById_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceDiscovery::LookupReply::begin_foundAdapterById. More...
class  IceDiscovery::Callback_LookupReply_foundObjectById< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceDiscovery::LookupReply::begin_foundObjectById. More...
class  IceDiscovery::Callback_LookupReply_foundObjectById_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceDiscovery::LookupReply::begin_foundObjectById. More...
class  IceDiscovery::CallbackNC_Lookup_findAdapterById< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceDiscovery::Lookup::begin_findAdapterById. More...
class  IceDiscovery::CallbackNC_Lookup_findObjectById< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceDiscovery::Lookup::begin_findObjectById. More...
class  IceDiscovery::CallbackNC_LookupReply_foundAdapterById< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceDiscovery::LookupReply::begin_foundAdapterById. More...
class  IceDiscovery::CallbackNC_LookupReply_foundObjectById< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceDiscovery::LookupReply::begin_foundObjectById. More...
class  IceProxy::IceDiscovery::Lookup
class  IceDiscovery::Lookup
 The Lookup interface is used by IceDiscovery clients to look for objects and adapters using UDP multicast. More...
class  IceProxy::IceDiscovery::LookupReply
class  IceDiscovery::LookupReply
 The LookupReply interface is used by IceDiscovery clients to answer requests received on the Lookup interface. More...

Namespaces

namespace  IceDiscovery
namespace  IceProxy
namespace  IceProxy::IceDiscovery

Typedefs

typedef ::IceUtil::Handle< Callback_Lookup_findAdapterById_BaseIceDiscovery::Callback_Lookup_findAdapterByIdPtr
typedef ::IceUtil::Handle< Callback_Lookup_findObjectById_BaseIceDiscovery::Callback_Lookup_findObjectByIdPtr
typedef ::IceUtil::Handle< Callback_LookupReply_foundAdapterById_BaseIceDiscovery::Callback_LookupReply_foundAdapterByIdPtr
typedef ::IceUtil::Handle< Callback_LookupReply_foundObjectById_BaseIceDiscovery::Callback_LookupReply_foundObjectByIdPtr
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceDiscovery::LookupIceDiscovery::LookupPrx
typedef LookupPrx IceDiscovery::LookupPrxPtr
typedef ::IceInternal::Handle< LookupIceDiscovery::LookupPtr
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceDiscovery::LookupReplyIceDiscovery::LookupReplyPrx
typedef LookupReplyPrx IceDiscovery::LookupReplyPrxPtr
typedef ::IceInternal::Handle< LookupReplyIceDiscovery::LookupReplyPtr

Functions

template<class T>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findAdapterByIdPtr IceDiscovery::newCallback_Lookup_findAdapterById (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_Lookup_findObjectByIdPtr IceDiscovery::newCallback_Lookup_findObjectById (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundAdapterByIdPtr IceDiscovery::newCallback_LookupReply_foundAdapterById (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_LookupReply_foundObjectByIdPtr IceDiscovery::newCallback_LookupReply_foundObjectById (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 Creates a callback wrapper instance that delegates to your object.