#include <OWBI1_ProviderEnvironmentIFC.hpp>
Inheritance diagram for OWBI1::ProviderEnvironmentIFC:
Public Member Functions | |
virtual | ~ProviderEnvironmentIFC () |
virtual CIMOMHandleIFCRef | getCIMOMHandle () const =0 |
This function returns a regular cimom handle that does access checking and may call providers. | |
virtual LoggerRef | getLogger (const String &componentName) const =0 |
virtual String | getConfigItem (const String &name, const String &defRetVal="") const =0 |
virtual String | getUserName () const =0 |
virtual OperationContext & | getOperationContext ()=0 |
virtual SessionLanguageRef | getSessionLanguage () const =0 |
In such a case, the ProviderEnvironmentIFC object is valid only for the lifetime of the referenced OperationContext.
Definition at line 51 of file OWBI1_ProviderEnvironmentIFC.hpp.
|
Definition at line 43 of file OWBI1_ProviderEnvironmentIFC.cpp. |
|
This function returns a regular cimom handle that does access checking and may call providers. WARNING: The return value is valid only as long as this object is valid (see class note). |
|
|
|
|
|
|
|
|
|
|