Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceLocatorDiscovery.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/IncomingAsync.h>
#include <Ice/FactoryTableInit.h>
#include <IceUtil/ScopedArray.h>
#include <Ice/Optional.h>
#include <Ice/ExceptionHelpers.h>
#include <Ice/Locator.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceUtil/PopDisableWarnings.h>
Include dependency graph for IceLocatorDiscovery.h:

Go to the source code of this file.

Classes

class  IceLocatorDiscovery::Callback_Lookup_findLocator< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceLocatorDiscovery::Lookup::begin_findLocator. More...
class  IceLocatorDiscovery::Callback_Lookup_findLocator_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceLocatorDiscovery::Lookup::begin_findLocator. More...
class  IceLocatorDiscovery::Callback_LookupReply_foundLocator< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceLocatorDiscovery::LookupReply::begin_foundLocator. More...
class  IceLocatorDiscovery::Callback_LookupReply_foundLocator_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceLocatorDiscovery::LookupReply::begin_foundLocator. More...
class  IceLocatorDiscovery::CallbackNC_Lookup_findLocator< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceLocatorDiscovery::Lookup::begin_findLocator. More...
class  IceLocatorDiscovery::CallbackNC_LookupReply_foundLocator< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceLocatorDiscovery::LookupReply::begin_foundLocator. More...
class  IceProxy::IceLocatorDiscovery::Lookup
class  IceLocatorDiscovery::Lookup
 The Ice lookup interface is implemented by Ice locator implementations and can be used by clients to find available Ice locators on the network. More...
class  IceProxy::IceLocatorDiscovery::LookupReply
class  IceLocatorDiscovery::LookupReply
 The Ice lookup reply interface must be implemented by clients which are searching for Ice locators. More...

Namespaces

namespace  IceLocatorDiscovery
namespace  IceProxy
namespace  IceProxy::IceLocatorDiscovery

Typedefs

typedef ::IceUtil::Handle< Callback_Lookup_findLocator_BaseIceLocatorDiscovery::Callback_Lookup_findLocatorPtr
typedef ::IceUtil::Handle< Callback_LookupReply_foundLocator_BaseIceLocatorDiscovery::Callback_LookupReply_foundLocatorPtr
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceLocatorDiscovery::LookupIceLocatorDiscovery::LookupPrx
typedef LookupPrx IceLocatorDiscovery::LookupPrxPtr
typedef ::IceInternal::Handle< LookupIceLocatorDiscovery::LookupPtr
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceLocatorDiscovery::LookupReplyIceLocatorDiscovery::LookupReplyPrx
typedef LookupReplyPrx IceLocatorDiscovery::LookupReplyPrxPtr
typedef ::IceInternal::Handle< LookupReplyIceLocatorDiscovery::LookupReplyPtr

Functions

template<class T>
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator (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.