#include <CmpiContext.h>
Inheritance diagram for CmpiContext:
Public Member Functions | |
CmpiContext (CMPIContext *c) | |
Constructor used by MIDrivers to encapsulate CMPIContext. | |
CmpiData | getEntry (const char *name) |
getEntry - Gets a named context entry. | |
Static Public Attributes | |
static const char * | invocationFlags = "CMPIInvocationFlags" |
invocationFlags - InvocationFlags entry name. | |
Protected Member Functions | |
CmpiContext () | |
Constructor - Should not be called. | |
CMPIContext * | getEnc () const |
getEnc - Gets the encapsulated CMPIContext. | |
Friends | |
class | CmpiBroker |
class | CmpiInstanceMI |
class | CmpiMethodMI |
class | CmpiAssociationMI |
class | CmpiPropertyMI |
class | CmpiIndicationMI |
Definition at line 35 of file CmpiContext.h.
|
Constructor - Should not be called.
Definition at line 47 of file CmpiContext.h. |
|
Constructor used by MIDrivers to encapsulate CMPIContext.
Definition at line 57 of file CmpiContext.h. |
|
getEnc - Gets the encapsulated CMPIContext.
Definition at line 51 of file CmpiContext.h. References CmpiObject::enc. Referenced by CmpiBroker::enumInstanceNames(), CmpiBroker::enumInstances(), getEntry(), and CmpiBroker::getInstance(). |
|
getEntry - Gets a named context entry.
Definition at line 1156 of file CmpiImpl.cpp. References CMPI_RC_OK, CmpiData::data, _CMPIContext::ft, getEnc(), _CMPIContextFT::getEntry, and _CMPIStatus::rc. |
|
Definition at line 39 of file CmpiContext.h. |
|
Reimplemented from CmpiObject. Definition at line 36 of file CmpiContext.h. |
|
Definition at line 41 of file CmpiContext.h. |
|
Definition at line 37 of file CmpiContext.h. |
|
Definition at line 38 of file CmpiContext.h. |
|
Definition at line 40 of file CmpiContext.h. |
|
invocationFlags - InvocationFlags entry name.
Definition at line 62 of file CmpiContext.h. |