OWBI1::BI1IndicationExportProviderIFC Class Reference

#include <OWBI1_IndicationExportProviderIFC.hpp>

Inheritance diagram for OWBI1::BI1IndicationExportProviderIFC:

Inheritance graph
[legend]
Collaboration diagram for OWBI1::BI1IndicationExportProviderIFC:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~BI1IndicationExportProviderIFC ()
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 ()
 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 ()
 See the documentation for doCooperativeCancel().
virtual BI1IndicationExportProviderIFCgetIndicationExportProvider ()
virtual bool canUnload ()

Detailed Description

Definition at line 45 of file OWBI1_IndicationExportProviderIFC.hpp.


Constructor & Destructor Documentation

OWBI1::BI1IndicationExportProviderIFC::~BI1IndicationExportProviderIFC  )  [virtual]
 

Definition at line 43 of file OWBI1_IndicationExportProviderIFC.cpp.


Member Function Documentation

bool OWBI1::BI1IndicationExportProviderIFC::canUnload  )  [virtual]
 

Reimplemented from OWBI1::BI1ProviderBaseIFC.

Definition at line 68 of file OWBI1_IndicationExportProviderIFC.cpp.

void OWBI1::BI1IndicationExportProviderIFC::doCooperativeCancel  )  [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 

Definition at line 49 of file OWBI1_IndicationExportProviderIFC.cpp.

void OWBI1::BI1IndicationExportProviderIFC::doDefinitiveCancel  )  [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 

Definition at line 55 of file OWBI1_IndicationExportProviderIFC.cpp.

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

Export the given indication.

virtual StringArray OWBI1::BI1IndicationExportProviderIFC::getHandlerClassNames  )  [pure virtual]
 

Returns:
The class names of all the CIM_BI1IndicationHandler sub-classes this IndicationExportProvider handles.

BI1IndicationExportProviderIFC * OWBI1::BI1IndicationExportProviderIFC::getIndicationExportProvider  )  [virtual]
 

Reimplemented from OWBI1::BI1ProviderBaseIFC.

Definition at line 61 of file OWBI1_IndicationExportProviderIFC.cpp.


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