OW_NAMESPACE::IndicationExportProviderIFC Class Reference

#include <OW_IndicationExportProviderIFC.hpp>

Inheritance diagram for OW_NAMESPACE::IndicationExportProviderIFC:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~IndicationExportProviderIFC ()
virtual StringArray getHandlerClassNames ()=0
virtual void exportIndication (const ProviderEnvironmentIFCRef &env, const String &ns, const CIMInstance &indHandlerInst, const CIMInstance &indicationInst)=0
 Export the given indication.
virtual void doCooperativeCancel ()=0
 This function is available for subclasses to override if they wish to be notified when a cooperative cancel is being invoked on the thread.
virtual void doDefinitiveCancel ()=0
 See the documentation for doCooperativeCancel().

Detailed Description

Definition at line 47 of file OW_IndicationExportProviderIFC.hpp.


Constructor & Destructor Documentation

OW_NAMESPACE::IndicationExportProviderIFC::~IndicationExportProviderIFC  )  [virtual]
 

Definition at line 42 of file OW_IndicationExportProviderIFC.cpp.


Member Function Documentation

virtual void OW_NAMESPACE::IndicationExportProviderIFC::doCooperativeCancel  )  [pure virtual]
 

This function is available for subclasses to override if they wish to be notified when a cooperative cancel is being invoked on the thread.

Note that this function will be invoked in a separate thread. For instance, a thread may use this function to write to a pipe or socket, if Thread::run() is blocked in select(), it can be unblocked and instructed to exit.

It is also possible for an individual thread to override the cancellation request, if it knows that cancellation at this time may crash the system or cause a deadlock. To do this, the thread should throw an CancellationDeniedException. Note that threads are usually only cancelled in the event of a system shutdown or restart, so a thread should make a best effort to actually shutdown.

Exceptions:
CancellationDeniedException 

Implemented in OW_NAMESPACE::CppIndicationExportProviderProxy.

virtual void OW_NAMESPACE::IndicationExportProviderIFC::doDefinitiveCancel  )  [pure virtual]
 

See the documentation for doCooperativeCancel().

When definitiveCancel() is called on a thread, first doCooperativeCancel() will be called, and then doDefinitiveCancel() will be called.

Exceptions:
CancellationDeniedException 

Implemented in OW_NAMESPACE::CppIndicationExportProviderProxy.

virtual void OW_NAMESPACE::IndicationExportProviderIFC::exportIndication const ProviderEnvironmentIFCRef env,
const String ns,
const CIMInstance indHandlerInst,
const CIMInstance indicationInst
[pure virtual]
 

Export the given indication.

Implemented in OW_NAMESPACE::CppIndicationExportProviderProxy.

virtual StringArray OW_NAMESPACE::IndicationExportProviderIFC::getHandlerClassNames  )  [pure virtual]
 

Returns:
The class names of all the CIM_IndicationHandler sub-classes this IndicationExportProviderIFC handles.

Implemented in OW_NAMESPACE::CppIndicationExportProviderProxy.


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