|
In file ../../src/Pegasus/Consumer/CIMIndicationConsumer.h:
This class defines the set of methods implemented by an indication consumer provider.
Documentation
This class defines the set of methods implemented by an indication consumer provider.
A provider that derives from this class must implement all methods. The minimal method
implementation simply throw the NotSupported exception.
Inheritance:
Public Methods
| CIMIndicationConsumer (void)
constructor
|
virtual | ~CIMIndicationConsumer (void)
|
virtual void | consumeIndication ( const OperationContext & context, const String & url, const CIMInstance& indicationInstance)
|
- CIMIndicationConsumer(void)
- constructor
- virtual ~CIMIndicationConsumer(void)
- virtual void consumeIndication( const OperationContext & context, const String & url, const CIMInstance& indicationInstance) = 0
-
- Parameters:
- context - contains security and locale information relevant for the lifetime
of this operation.
url -
indicationInstance -
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
|