Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
PropertiesAdmin.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/BuiltinSequences.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceUtil/PopDisableWarnings.h>
Include dependency graph for PropertiesAdmin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ice::Callback_PropertiesAdmin_getPropertiesForPrefix< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::PropertiesAdmin::begin_getPropertiesForPrefix. More...
class  Ice::Callback_PropertiesAdmin_getPropertiesForPrefix_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::Ice::PropertiesAdmin::begin_getPropertiesForPrefix. More...
class  Ice::Callback_PropertiesAdmin_getProperty< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::PropertiesAdmin::begin_getProperty. More...
class  Ice::Callback_PropertiesAdmin_getProperty_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::Ice::PropertiesAdmin::begin_getProperty. More...
class  Ice::Callback_PropertiesAdmin_setProperties< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::PropertiesAdmin::begin_setProperties. More...
class  Ice::Callback_PropertiesAdmin_setProperties_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::Ice::PropertiesAdmin::begin_setProperties. More...
class  Ice::CallbackNC_PropertiesAdmin_getPropertiesForPrefix< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::PropertiesAdmin::begin_getPropertiesForPrefix. More...
class  Ice::CallbackNC_PropertiesAdmin_getProperty< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::PropertiesAdmin::begin_getProperty. More...
class  Ice::CallbackNC_PropertiesAdmin_setProperties< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::PropertiesAdmin::begin_setProperties. More...
class  IceProxy::Ice::PropertiesAdmin
class  Ice::PropertiesAdmin
 The PropertiesAdmin interface provides remote access to the properties of a communicator. More...

Namespaces

namespace  Ice
namespace  IceProxy
namespace  IceProxy::Ice

Typedefs

typedef ::IceUtil::Handle< Callback_PropertiesAdmin_getPropertiesForPrefix_BaseIce::Callback_PropertiesAdmin_getPropertiesForPrefixPtr
typedef ::IceUtil::Handle< Callback_PropertiesAdmin_getProperty_BaseIce::Callback_PropertiesAdmin_getPropertyPtr
typedef ::IceUtil::Handle< Callback_PropertiesAdmin_setProperties_BaseIce::Callback_PropertiesAdmin_setPropertiesPtr
typedef ::IceInternal::ProxyHandle< ::IceProxy::Ice::PropertiesAdminIce::PropertiesAdminPrx
typedef PropertiesAdminPrx Ice::PropertiesAdminPrxPtr
typedef ::IceInternal::Handle< PropertiesAdminIce::PropertiesAdminPtr
typedef ::std::map< ::std::string, ::std::string > Ice::PropertyDict
 A simple collection of properties, represented as a dictionary of key/value pairs.

Functions

template<class T>
Callback_PropertiesAdmin_getPropertiesForPrefixPtr Ice::newCallback_PropertiesAdmin_getPropertiesForPrefix (const IceUtil::Handle< T > &instance, void(T::*cb)(const PropertyDict &), 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_PropertiesAdmin_getPropertiesForPrefixPtr Ice::newCallback_PropertiesAdmin_getPropertiesForPrefix (const IceUtil::Handle< T > &instance, void(T::*cb)(const PropertyDict &, 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_PropertiesAdmin_getPropertiesForPrefixPtr Ice::newCallback_PropertiesAdmin_getPropertiesForPrefix (T *instance, void(T::*cb)(const PropertyDict &), 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_PropertiesAdmin_getPropertiesForPrefixPtr Ice::newCallback_PropertiesAdmin_getPropertiesForPrefix (T *instance, void(T::*cb)(const PropertyDict &, 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_PropertiesAdmin_getPropertyPtr Ice::newCallback_PropertiesAdmin_getProperty (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &), 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_PropertiesAdmin_getPropertyPtr Ice::newCallback_PropertiesAdmin_getProperty (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &, 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_PropertiesAdmin_getPropertyPtr Ice::newCallback_PropertiesAdmin_getProperty (T *instance, void(T::*cb)(const ::std::string &), 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_PropertiesAdmin_getPropertyPtr Ice::newCallback_PropertiesAdmin_getProperty (T *instance, void(T::*cb)(const ::std::string &, 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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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_PropertiesAdmin_setPropertiesPtr Ice::newCallback_PropertiesAdmin_setProperties (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.