SubscriberObserver Interface Referenceabstract

#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/Instrumentation.h>

+ Inheritance diagram for SubscriberObserver:

Public Types

typedef SubscriberObserverPtr PointerType
 

Public Member Functions

virtual void delivered (::Ice::Int)=0
 
void delivered (int count)
 Notification of some events being delivered. More...
 
virtual void outstanding (::Ice::Int)=0
 
void outstanding (int count)
 Notification of a some events being sent. More...
 
virtual void queued (::Ice::Int)=0
 
void queued (int count)
 Notification of some events being queued. More...
 
virtual ~SubscriberObserver ()
 

Detailed Description

Definition at line 245 of file Instrumentation.h.

Member Typedef Documentation

◆ PointerType

Definition at line 249 of file Instrumentation.h.

Constructor & Destructor Documentation

◆ ~SubscriberObserver()

~SubscriberObserver ( )
virtual

Definition at line 85 of file Instrumentation.cpp.

Member Function Documentation

◆ delivered() [1/2]

virtual void delivered ( ::Ice::Int  )
pure virtual

◆ delivered() [2/2]

void delivered ( int  count)

Notification of some events being delivered.

Implemented in SubscriberObserverI.

◆ outstanding() [1/2]

virtual void outstanding ( ::Ice::Int  )
pure virtual

◆ outstanding() [2/2]

void outstanding ( int  count)

Notification of a some events being sent.

Implemented in SubscriberObserverI.

◆ queued() [1/2]

virtual void queued ( ::Ice::Int  )
pure virtual

◆ queued() [2/2]

void queued ( int  count)

Notification of some events being queued.

Implemented in SubscriberObserverI.


The documentation for this interface was generated from the following files: