OW_NAMESPACE::CIMListenerCallback Class Reference

An abstract base class for CIM Listener callbacks. More...

#include <OW_CIMListenerCallback.hpp>

Inheritance diagram for OW_NAMESPACE::CIMListenerCallback:

Inheritance graph
[legend]
Collaboration diagram for OW_NAMESPACE::CIMListenerCallback:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~CIMListenerCallback ()
void indicationOccurred (CIMInstance &ci, const String &listenerPath)
 This gets called when the CIM Listener receives an indication.

Protected Member Functions

virtual void doIndicationOccurred (CIMInstance &ci, const String &listenerPath)=0
 This gets called when the CIM Listener receives an indication.

Detailed Description

An abstract base class for CIM Listener callbacks.

Definition at line 49 of file OW_CIMListenerCallback.hpp.


Constructor & Destructor Documentation

OW_NAMESPACE::CIMListenerCallback::~CIMListenerCallback  )  [virtual]
 

Definition at line 41 of file OW_CIMListenerCallback.cpp.


Member Function Documentation

virtual void OW_NAMESPACE::CIMListenerCallback::doIndicationOccurred CIMInstance ci,
const String listenerPath
[protected, pure virtual]
 

This gets called when the CIM Listener receives an indication.

Parameters:
ci The CIM Instance representing the indication
listenerPath the path from the http URL, useful for determining what action to take. I.e. you can have several listerners on a single http server. This lets you know which one was triggered.

Implemented in OW_NAMESPACE::HTTPXMLCIMListenerCallback.

void OW_NAMESPACE::CIMListenerCallback::indicationOccurred CIMInstance ci,
const String listenerPath
[inline]
 

This gets called when the CIM Listener receives an indication.

Parameters:
ci The CIM Instance representing the indication
listenerPath the path from the http URL, useful for determining what action to take. I.e. you can have several listerners on a single http server. This lets you know which one was triggered.

Definition at line 61 of file OW_CIMListenerCallback.hpp.


The documentation for this class was generated from the following files:
Generated on Thu Feb 9 09:13:09 2006 for openwbem by  doxygen 1.4.6