Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsFailures. More...
#include <Metrics.h>
Public Types | |
typedef void(T::* | Exception) (const ::Ice::Exception &, const CT &) |
typedef void(T::* | Response) (const MetricsFailures &, const CT &) |
typedef void(T::* | Sent) (bool, const CT &) |
typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
Callback_MetricsAdmin_getMetricsFailures (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceMX::MetricsAdmin::begin_getMetricsFailures.
Create a wrapper instance by calling IceMX::newCallback_MetricsAdmin_getMetricsFailures.
typedef void(T::* IceMX::Callback_MetricsAdmin_getMetricsFailures< T, CT >::Exception) (const ::Ice::Exception &, const CT &) |
typedef void(T::* IceMX::Callback_MetricsAdmin_getMetricsFailures< T, CT >::Response) (const MetricsFailures &, const CT &) |
typedef void(T::* IceMX::Callback_MetricsAdmin_getMetricsFailures< T, CT >::Sent) (bool, const CT &) |
typedef IceUtil::Handle<T> IceMX::Callback_MetricsAdmin_getMetricsFailures< T, CT >::TPtr |
|
inline |