OmniEvents
OmniEvents::Callback Class Referenceabstract

Interface for classes that wish to receive callbacks from deferred requests. More...

#include <Callback.h>

Inheritance diagram for OmniEvents::Callback:
Collaboration diagram for OmniEvents::Callback:

Public Member Functions

virtual void callback (CORBA::Request_ptr req)=0
 Invoked when the CORBA::Request has returned.
 
 Callback ()
 
virtual ~Callback ()
 

Detailed Description

Interface for classes that wish to receive callbacks from deferred requests.

Implementations must override the callback() method.

Definition at line 43 of file Callback.h.

Constructor & Destructor Documentation

◆ Callback()

OmniEvents::Callback::Callback ( )
inline

Definition at line 52 of file Callback.h.

◆ ~Callback()

virtual OmniEvents::Callback::~Callback ( )
inlinevirtual

Definition at line 54 of file Callback.h.

Member Function Documentation

◆ callback()

virtual void OmniEvents::Callback::callback ( CORBA::Request_ptr  req)
pure virtual

Invoked when the CORBA::Request has returned.

This method is never invoked when req has returned an exception.

Implemented in OmniEvents::ProxyPushConsumer_i::Connection, and OmniEvents::ProxyPushSupplier_i.


The documentation for this class was generated from the following file: