cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
void * | hdl |
CMPIBrokerFT * | bft |
CMPIBrokerEncFT * | eft |
CMPIBrokerExtFT * | xft |
CMPIBrokerMemFT * | mft |
This structure represents the Management Broker (CIM Object Manager).
CMPIBrokerFT* _CMPIBroker::bft |
Pointer to MB service routines function table.
Referenced by CmpiBroker::attachThread(), CmpiBroker::createInstance(), CmpiBroker::deleteInstance(), CmpiBroker::deliverIndication(), CmpiBroker::detachThread(), CmpiBroker::enumInstanceNames(), CmpiBroker::enumInstances(), CmpiBroker::getInstance(), CmpiBroker::prepareAttachThread(), CmpiProviderBase::setBroker(), and CmpiBroker::setInstance().
CMPIBrokerEncFT* _CMPIBroker::eft |
Pointer to MB factory service routines function table.
Referenced by CmpiObjectPath::doClassPathIsA(), CmpiObject::doIsA(), CmpiObject::doToString(), CmpiArgs::makeArgs(), CmpiArray::makeArray(), CmpiDateTime::makeDateTime(), CmpiInstance::makeInstance(), CmpiObjectPath::makeObjectPath(), and CmpiProviderBase::setBroker().
void* _CMPIBroker::hdl |
Opaque pointer to MB specific implementation data.
Referenced by CmpiProviderBase::setBroker().
CMPIBrokerMemFT* _CMPIBroker::mft |
Pointer to MB memory enhancements function table.
CMPIBrokerExtFT* _CMPIBroker::xft |
Pointer to MB extended services function table.