|
Ice 3.7 C++98 API Reference
|
Classes | |
| class | Callback_MetricsAdmin_disableMetricsView |
| Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_disableMetricsView. More... | |
| class | Callback_MetricsAdmin_disableMetricsView_Base |
| Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceMX::MetricsAdmin::begin_disableMetricsView. More... | |
| class | Callback_MetricsAdmin_enableMetricsView |
| Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_enableMetricsView. More... | |
| class | Callback_MetricsAdmin_enableMetricsView_Base |
| Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceMX::MetricsAdmin::begin_enableMetricsView. More... | |
| class | Callback_MetricsAdmin_getMapMetricsFailures |
| Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMapMetricsFailures. More... | |
| class | Callback_MetricsAdmin_getMapMetricsFailures_Base |
| Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMapMetricsFailures. More... | |
| class | Callback_MetricsAdmin_getMetricsFailures |
| Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsFailures. More... | |
| class | Callback_MetricsAdmin_getMetricsFailures_Base |
| Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsFailures. More... | |
| class | Callback_MetricsAdmin_getMetricsView |
| Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsView. More... | |
| class | Callback_MetricsAdmin_getMetricsView_Base |
| Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsView. More... | |
| class | Callback_MetricsAdmin_getMetricsViewNames |
| Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsViewNames. More... | |
| class | Callback_MetricsAdmin_getMetricsViewNames_Base |
| Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsViewNames. More... | |
| class | CallbackNC_MetricsAdmin_disableMetricsView |
| Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceMX::MetricsAdmin::begin_disableMetricsView. More... | |
| class | CallbackNC_MetricsAdmin_enableMetricsView |
| Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceMX::MetricsAdmin::begin_enableMetricsView. More... | |
| class | CallbackNC_MetricsAdmin_getMapMetricsFailures |
| Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMapMetricsFailures. More... | |
| class | CallbackNC_MetricsAdmin_getMetricsFailures |
| Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsFailures. More... | |
| class | CallbackNC_MetricsAdmin_getMetricsView |
| Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsView. More... | |
| class | CallbackNC_MetricsAdmin_getMetricsViewNames |
| Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsViewNames. More... | |
| class | ChildInvocationMetrics |
| Provides information on child invocations. More... | |
| class | CollocatedMetrics |
| Provides information on invocations that are collocated. More... | |
| class | ConnectionMetrics |
| Provides information on the data sent and received over Ice connections. More... | |
| class | DispatchMetrics |
| Provides information on servant dispatch. More... | |
| class | InvocationMetrics |
| Provide measurements for proxy invocations. More... | |
| class | Metrics |
| The base class for metrics. More... | |
| class | MetricsAdmin |
| The metrics administrative facet interface. More... | |
| struct | MetricsFailures |
| A structure to keep track of failures associated with a given metrics. More... | |
| class | RemoteMetrics |
| Provides information on invocations that are specifically sent over Ice connections. More... | |
| class | SessionMetrics |
| Provides information on Glacier2 sessions. More... | |
| class | SubscriberMetrics |
| Provides information on IceStorm subscribers. More... | |
| class | ThreadMetrics |
| Provides information on the number of threads currently in use and their activity. More... | |
| class | TopicMetrics |
| Provides information on IceStorm topics. More... | |
| class | UnknownMetricsView |
| Raised if a metrics view cannot be found. More... | |
Functions | |
| template<class T> | |
| Callback_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_disableMetricsViewPtr | newCallback_MetricsAdmin_disableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_enableMetricsViewPtr | newCallback_MetricsAdmin_enableMetricsView (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_MetricsAdmin_getMapMetricsFailuresPtr | newCallback_MetricsAdmin_getMapMetricsFailures (const IceUtil::Handle< T > &instance, void(T::*cb)(const MetricsFailuresSeq &), 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_MetricsAdmin_getMapMetricsFailuresPtr | newCallback_MetricsAdmin_getMapMetricsFailures (const IceUtil::Handle< T > &instance, void(T::*cb)(const MetricsFailuresSeq &, 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_MetricsAdmin_getMapMetricsFailuresPtr | newCallback_MetricsAdmin_getMapMetricsFailures (T *instance, void(T::*cb)(const MetricsFailuresSeq &), 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_MetricsAdmin_getMapMetricsFailuresPtr | newCallback_MetricsAdmin_getMapMetricsFailures (T *instance, void(T::*cb)(const MetricsFailuresSeq &, 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_MetricsAdmin_getMetricsFailuresPtr | newCallback_MetricsAdmin_getMetricsFailures (const IceUtil::Handle< T > &instance, void(T::*cb)(const MetricsFailures &), 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_MetricsAdmin_getMetricsFailuresPtr | newCallback_MetricsAdmin_getMetricsFailures (const IceUtil::Handle< T > &instance, void(T::*cb)(const MetricsFailures &, 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_MetricsAdmin_getMetricsFailuresPtr | newCallback_MetricsAdmin_getMetricsFailures (T *instance, void(T::*cb)(const MetricsFailures &), 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_MetricsAdmin_getMetricsFailuresPtr | newCallback_MetricsAdmin_getMetricsFailures (T *instance, void(T::*cb)(const MetricsFailures &, 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_MetricsAdmin_getMetricsViewPtr | newCallback_MetricsAdmin_getMetricsView (const IceUtil::Handle< T > &instance, void(T::*cb)(const MetricsView &, ::Ice::Long), 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_MetricsAdmin_getMetricsViewPtr | newCallback_MetricsAdmin_getMetricsView (const IceUtil::Handle< T > &instance, void(T::*cb)(const MetricsView &, ::Ice::Long, 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_MetricsAdmin_getMetricsViewPtr | newCallback_MetricsAdmin_getMetricsView (T *instance, void(T::*cb)(const MetricsView &, ::Ice::Long), 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_MetricsAdmin_getMetricsViewPtr | newCallback_MetricsAdmin_getMetricsView (T *instance, void(T::*cb)(const MetricsView &, ::Ice::Long, 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_MetricsAdmin_getMetricsViewNamesPtr | newCallback_MetricsAdmin_getMetricsViewNames (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &, const ::Ice::StringSeq &), 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_MetricsAdmin_getMetricsViewNamesPtr | newCallback_MetricsAdmin_getMetricsViewNames (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &, const ::Ice::StringSeq &, 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_MetricsAdmin_getMetricsViewNamesPtr | newCallback_MetricsAdmin_getMetricsViewNames (T *instance, void(T::*cb)(const ::Ice::StringSeq &, const ::Ice::StringSeq &), 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_MetricsAdmin_getMetricsViewNamesPtr | newCallback_MetricsAdmin_getMetricsViewNames (T *instance, void(T::*cb)(const ::Ice::StringSeq &, const ::Ice::StringSeq &, 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. | |
| typedef ::IceUtil::Handle< Callback_MetricsAdmin_disableMetricsView_Base> IceMX::Callback_MetricsAdmin_disableMetricsViewPtr |
| typedef ::IceUtil::Handle< Callback_MetricsAdmin_enableMetricsView_Base> IceMX::Callback_MetricsAdmin_enableMetricsViewPtr |
| typedef ::IceUtil::Handle< Callback_MetricsAdmin_getMapMetricsFailures_Base> IceMX::Callback_MetricsAdmin_getMapMetricsFailuresPtr |
| typedef ::IceUtil::Handle< Callback_MetricsAdmin_getMetricsFailures_Base> IceMX::Callback_MetricsAdmin_getMetricsFailuresPtr |
| typedef ::IceUtil::Handle< Callback_MetricsAdmin_getMetricsViewNames_Base> IceMX::Callback_MetricsAdmin_getMetricsViewNamesPtr |
| typedef ::IceUtil::Handle< Callback_MetricsAdmin_getMetricsView_Base> IceMX::Callback_MetricsAdmin_getMetricsViewPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::ChildInvocationMetrics> IceMX::ChildInvocationMetricsPrx |
| typedef ::IceInternal::Handle< ChildInvocationMetrics> IceMX::ChildInvocationMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::CollocatedMetrics> IceMX::CollocatedMetricsPrx |
| typedef ::IceInternal::Handle< CollocatedMetrics> IceMX::CollocatedMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::ConnectionMetrics> IceMX::ConnectionMetricsPrx |
| typedef ::IceInternal::Handle< ConnectionMetrics> IceMX::ConnectionMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::DispatchMetrics> IceMX::DispatchMetricsPrx |
| typedef ::IceInternal::Handle< DispatchMetrics> IceMX::DispatchMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::InvocationMetrics> IceMX::InvocationMetricsPrx |
| typedef ::IceInternal::Handle< InvocationMetrics> IceMX::InvocationMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::MetricsAdmin> IceMX::MetricsAdminPrx |
| typedef ::IceInternal::Handle< MetricsAdmin> IceMX::MetricsAdminPtr |
| typedef ::std::vector<MetricsFailures> IceMX::MetricsFailuresSeq |
A sequence of MetricsFailures.
| typedef ::std::vector<MetricsPtr> IceMX::MetricsMap |
A metrics map is a sequence of metrics.
We use a sequence here instead of a map because the ID of the metrics is already included in the Metrics class and using sequences of metrics objects is more efficient than using dictionaries since lookup is not necessary.
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::Metrics> IceMX::MetricsPrx |
| typedef MetricsPrx IceMX::MetricsPrxPtr |
| typedef ::IceInternal::Handle< Metrics> IceMX::MetricsPtr |
| typedef ::std::map< ::std::string, MetricsMap> IceMX::MetricsView |
A metrics view is a dictionary of metrics map.
The key of the dictionary is the name of the metrics map.
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::RemoteMetrics> IceMX::RemoteMetricsPrx |
| typedef ::IceInternal::Handle< RemoteMetrics> IceMX::RemoteMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::SessionMetrics> IceMX::SessionMetricsPrx |
| typedef ::IceInternal::Handle< SessionMetrics> IceMX::SessionMetricsPtr |
| typedef ::std::map< ::std::string, ::Ice::Int> IceMX::StringIntDict |
A dictionary of strings to integers.
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::SubscriberMetrics> IceMX::SubscriberMetricsPrx |
| typedef ::IceInternal::Handle< SubscriberMetrics> IceMX::SubscriberMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::ThreadMetrics> IceMX::ThreadMetricsPrx |
| typedef ::IceInternal::Handle< ThreadMetrics> IceMX::ThreadMetricsPtr |
| typedef ::IceInternal::ProxyHandle< ::IceProxy::IceMX::TopicMetrics> IceMX::TopicMetricsPrx |
| typedef ::IceInternal::Handle< TopicMetrics> IceMX::TopicMetricsPtr |
| Callback_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
| 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_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
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_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
| instance | The callback object. |
| excb | The exception method of the callback object. |
| sentcb | The sent method of the callback object. |
| Callback_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
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_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
| 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_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
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_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | T * | instance, |
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_disableMetricsViewPtr IceMX::newCallback_MetricsAdmin_disableMetricsView | ( | 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.
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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
| 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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
| instance | The callback object. |
| excb | The exception method of the callback object. |
| sentcb | The sent method of the callback object. |
| Callback_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
| 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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | T * | instance, |
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_enableMetricsViewPtr IceMX::newCallback_MetricsAdmin_enableMetricsView | ( | 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.
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_MetricsAdmin_getMapMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMapMetricsFailures | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const MetricsFailuresSeq &), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMapMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMapMetricsFailures | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const MetricsFailuresSeq &, 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.
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_MetricsAdmin_getMapMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMapMetricsFailures | ( | T * | instance, |
| void(T::* | cb )(const MetricsFailuresSeq &), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMapMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMapMetricsFailures | ( | T * | instance, |
| void(T::* | cb )(const MetricsFailuresSeq &, 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.
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_MetricsAdmin_getMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMetricsFailures | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const MetricsFailures &), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMetricsFailures | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const MetricsFailures &, 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.
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_MetricsAdmin_getMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMetricsFailures | ( | T * | instance, |
| void(T::* | cb )(const MetricsFailures &), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMetricsFailuresPtr IceMX::newCallback_MetricsAdmin_getMetricsFailures | ( | T * | instance, |
| void(T::* | cb )(const MetricsFailures &, 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.
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_MetricsAdmin_getMetricsViewPtr IceMX::newCallback_MetricsAdmin_getMetricsView | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const MetricsView &, ::Ice::Long), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMetricsViewPtr IceMX::newCallback_MetricsAdmin_getMetricsView | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const MetricsView &, ::Ice::Long, 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.
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_MetricsAdmin_getMetricsViewPtr IceMX::newCallback_MetricsAdmin_getMetricsView | ( | T * | instance, |
| void(T::* | cb )(const MetricsView &, ::Ice::Long), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMetricsViewPtr IceMX::newCallback_MetricsAdmin_getMetricsView | ( | T * | instance, |
| void(T::* | cb )(const MetricsView &, ::Ice::Long, 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.
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_MetricsAdmin_getMetricsViewNamesPtr IceMX::newCallback_MetricsAdmin_getMetricsViewNames | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const ::Ice::StringSeq &, const ::Ice::StringSeq &), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMetricsViewNamesPtr IceMX::newCallback_MetricsAdmin_getMetricsViewNames | ( | const IceUtil::Handle< T > & | instance, |
| void(T::* | cb )(const ::Ice::StringSeq &, const ::Ice::StringSeq &, 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.
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_MetricsAdmin_getMetricsViewNamesPtr IceMX::newCallback_MetricsAdmin_getMetricsViewNames | ( | T * | instance, |
| void(T::* | cb )(const ::Ice::StringSeq &, const ::Ice::StringSeq &), | ||
| void(T::* | excb )(const ::Ice::Exception &), | ||
| void(T::* | sentcb )(bool) = 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_MetricsAdmin_getMetricsViewNamesPtr IceMX::newCallback_MetricsAdmin_getMetricsViewNames | ( | T * | instance, |
| void(T::* | cb )(const ::Ice::StringSeq &, const ::Ice::StringSeq &, 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.
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. |