OW_NAMESPACE::CppIndicationExportProviderProxy Class Reference

#include <OW_CppProxyProvider.hpp>

Inheritance diagram for OW_NAMESPACE::CppIndicationExportProviderProxy:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CppIndicationExportProviderProxy (CppIndicationExportProviderIFCRef pProv)
virtual StringArray getHandlerClassNames ()
virtual void exportIndication (const ProviderEnvironmentIFCRef &env, const String &ns, const CIMInstance &indHandlerInst, const CIMInstance &indicationInst)
 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().

Private Attributes

CppIndicationExportProviderIFCRef m_pProv

Detailed Description

Definition at line 194 of file OW_CppProxyProvider.hpp.


Constructor & Destructor Documentation

OW_NAMESPACE::CppIndicationExportProviderProxy::CppIndicationExportProviderProxy CppIndicationExportProviderIFCRef  pProv  )  [inline]
 

Definition at line 197 of file OW_CppProxyProvider.hpp.


Member Function Documentation

virtual void OW_NAMESPACE::CppIndicationExportProviderProxy::doCooperativeCancel  )  [inline, 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 

Implements OW_NAMESPACE::IndicationExportProviderIFC.

Definition at line 211 of file OW_CppProxyProvider.hpp.

virtual void OW_NAMESPACE::CppIndicationExportProviderProxy::doDefinitiveCancel  )  [inline, 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 

Implements OW_NAMESPACE::IndicationExportProviderIFC.

Definition at line 215 of file OW_CppProxyProvider.hpp.

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

Export the given indication.

Implements OW_NAMESPACE::IndicationExportProviderIFC.

Definition at line 204 of file OW_CppProxyProvider.hpp.

References env, and ns.

virtual StringArray OW_NAMESPACE::CppIndicationExportProviderProxy::getHandlerClassNames  )  [inline, virtual]
 

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

Implements OW_NAMESPACE::IndicationExportProviderIFC.

Definition at line 199 of file OW_CppProxyProvider.hpp.


Member Data Documentation

CppIndicationExportProviderIFCRef OW_NAMESPACE::CppIndicationExportProviderProxy::m_pProv [private]
 

Definition at line 220 of file OW_CppProxyProvider.hpp.


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