#include <CIMIndicationConsumer.h>
This class defines the set of methods implemented by an indication consumer. A provider that derives from this class must implement all methods. A minimal method implementation may simply throw a CIMNotSupportedException.
◆ CIMIndicationConsumer()
CIMIndicationConsumer::CIMIndicationConsumer |
( |
| ) |
|
|
inline |
◆ ~CIMIndicationConsumer()
virtual CIMIndicationConsumer::~CIMIndicationConsumer |
( |
| ) |
|
|
inlinevirtual |
◆ consumeIndication()
Delivers an indication for consumption.
- Parameters
-
context | contains security and locale information relevant for the lifetime of this operation. |
destinationPath | A String containing the path suffix from the destination URI. The path in the destination URI is expected to begin with "/CIMListener". This parameter value contains the remainder of the path. |
indicationInstance | A CIMInstance containing the indication being delivered. |
The documentation for this class was generated from the following file: