Ice 3.7 C++98 API Reference
|
Classes | |
class | Callback_Lookup_findLocator |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceLocatorDiscovery::Lookup::begin_findLocator. More... | |
class | Callback_Lookup_findLocator_Base |
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceLocatorDiscovery::Lookup::begin_findLocator. More... | |
class | Callback_LookupReply_foundLocator |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceLocatorDiscovery::LookupReply::begin_foundLocator. More... | |
class | Callback_LookupReply_foundLocator_Base |
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceLocatorDiscovery::LookupReply::begin_foundLocator. More... | |
class | CallbackNC_Lookup_findLocator |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceLocatorDiscovery::Lookup::begin_findLocator. More... | |
class | CallbackNC_LookupReply_foundLocator |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceLocatorDiscovery::LookupReply::begin_foundLocator. More... | |
class | 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 | LookupReply |
The Ice lookup reply interface must be implemented by clients which are searching for Ice locators. More... | |
Typedefs | |
typedef ::IceUtil::Handle< Callback_Lookup_findLocator_Base > | Callback_Lookup_findLocatorPtr |
typedef ::IceUtil::Handle< Callback_LookupReply_foundLocator_Base > | Callback_LookupReply_foundLocatorPtr |
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceLocatorDiscovery::Lookup > | LookupPrx |
typedef LookupPrx | LookupPrxPtr |
typedef ::IceInternal::Handle< Lookup > | LookupPtr |
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceLocatorDiscovery::LookupReply > | LookupReplyPrx |
typedef LookupReplyPrx | LookupReplyPrxPtr |
typedef ::IceInternal::Handle< LookupReply > | LookupReplyPtr |
Functions | |
template<class T > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_Lookup_findLocatorPtr | 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. More... | |
template<class T > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
template<class T , typename CT > | |
Callback_LookupReply_foundLocatorPtr | 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. More... | |
typedef ::IceUtil::Handle< Callback_Lookup_findLocator_Base> IceLocatorDiscovery::Callback_Lookup_findLocatorPtr |
typedef ::IceUtil::Handle< Callback_LookupReply_foundLocator_Base> IceLocatorDiscovery::Callback_LookupReply_foundLocatorPtr |
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceLocatorDiscovery::Lookup> IceLocatorDiscovery::LookupPrx |
typedef ::IceInternal::Handle< Lookup> IceLocatorDiscovery::LookupPtr |
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceLocatorDiscovery::LookupReply> IceLocatorDiscovery::LookupReplyPrx |
typedef ::IceInternal::Handle< LookupReply> IceLocatorDiscovery::LookupReplyPtr |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)() | cb, | ||
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)(const CT &) | cb, | ||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | T * | instance, |
void(T::*)() | cb, | ||
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | T * | instance, |
void(T::*)(const CT &) | cb, | ||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | T * | instance, |
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_Lookup_findLocatorPtr IceLocatorDiscovery::newCallback_Lookup_findLocator | ( | T * | instance, |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)() | cb, | ||
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)(const CT &) | cb, | ||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | const IceUtil::Handle< T > & | instance, |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | T * | instance, |
void(T::*)() | cb, | ||
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | T * | instance, |
void(T::*)(const CT &) | cb, | ||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
cb | The success method of the callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | T * | instance, |
void(T::*)(const ::Ice::Exception &) | excb, | ||
void(T::*)(bool) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |
Callback_LookupReply_foundLocatorPtr IceLocatorDiscovery::newCallback_LookupReply_foundLocator | ( | T * | instance, |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | ||
void(T::*)(bool, const CT &) | sentcb = 0 |
||
) |
Creates a callback wrapper instance that delegates to your object.
Use this overload when your callback methods receive a cookie value.
instance | The callback object. |
excb | The exception method of the callback object. |
sentcb | The sent method of the callback object. |