OW_NAMESPACE::CIMServer Class Reference

#include <OW_CIMServer.hpp>

Inheritance diagram for OW_NAMESPACE::CIMServer:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CIMServer (const ServiceEnvironmentIFCRef &env, const ProviderManagerRef &providerManager, const RepositoryIFCRef &repository, const AuthorizerManagerRef &authorizerMgr)
 Create a new CIMServer object.
virtual ~CIMServer ()
 Destroy this CIMServer object.
virtual void open (const String &path)
 Open this CIMServer.
virtual String getName () const
 Every service may have a name.
virtual StringArray getDependencies () const
 Get the list of services this service depends on.
void init (const ServiceEnvironmentIFCRef &env)
 Called after construction.
virtual void close ()
 Close this GenericHDBRepository.
virtual void shutdown ()
 Called during cimom shutdown.
virtual void createNameSpace (const String &ns, OperationContext &context)
 Create a cim namespace.
virtual void deleteNameSpace (const String &ns, OperationContext &context)
 Delete a specified namespace.
virtual void enumNameSpace (StringResultHandlerIFC &result, OperationContext &context)
 Gets a list of the namespaces.
virtual CIMQualifierType getQualifierType (const String &ns, const String &qualifierName, OperationContext &context)
 Get an existing qualifier type from the repository.
virtual void enumQualifierTypes (const String &ns, CIMQualifierTypeResultHandlerIFC &result, OperationContext &context)
 Enumerate the qualifier types in a name space.
virtual void deleteQualifierType (const String &ns, const String &qualName, OperationContext &context)
 Delete an existing qualifier type from the repository.
virtual void setQualifierType (const String &ns, const CIMQualifierType &qt, OperationContext &context)
 Updates the specified CIM qualifier type in the specified namespace.
virtual CIMClass getClass (const String &ns, const String &className, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
 Gets an existing class from a store.
virtual CIMClass deleteClass (const String &ns, const String &className, OperationContext &context)
 Delete an existing class from the store.
virtual void createClass (const String &ns, const CIMClass &cimClass, OperationContext &context)
 creates a class in the store
virtual CIMClass modifyClass (const String &ns, const CIMClass &cc, OperationContext &context)
 set a class in the store - note children are not affected
virtual void enumClasses (const String &ns, const String &className, CIMClassResultHandlerIFC &result, WBEMFlags::EDeepFlag deep, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, OperationContext &context)
 Enumerates the class specified by the CIMObjectPath.
virtual void enumClassNames (const String &ns, const String &className, StringResultHandlerIFC &result, WBEMFlags::EDeepFlag deep, OperationContext &context)
 Enumerates the class specified by the CIMObjectPath.
virtual void enumInstances (const String &ns, const String &className, CIMInstanceResultHandlerIFC &result, WBEMFlags::EDeepFlag deep, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, WBEMFlags::EEnumSubclassesFlag enumSubclasses, OperationContext &context)
 Retrieve an enumeration of instances (CIMInstance) for a particular class.
virtual void enumInstanceNames (const String &ns, const String &className, CIMObjectPathResultHandlerIFC &result, WBEMFlags::EDeepFlag deep, OperationContext &context)
 Retrieve an enumeration of instances object paths (CIMObjectPath) for a particular class.
virtual CIMInstance getInstance (const String &ns, const CIMObjectPath &instanceName, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
 Retrieve a specific instance.
virtual CIMInstance getInstance (const String &ns, const CIMObjectPath &instanceName, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, CIMClass *pOutClass, OperationContext &context)
virtual CIMInstance deleteInstance (const String &ns, const CIMObjectPath &cop, OperationContext &context)
 Delete an existing instance from the store.
virtual CIMObjectPath createInstance (const String &ns, const CIMInstance &ci, OperationContext &context)
 Creates a instance in the store.
virtual CIMInstance modifyInstance (const String &ns, const CIMInstance &modifiedInstance, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, const StringArray *propertyList, OperationContext &context)
 Update an instance.
virtual void setProperty (const String &ns, const CIMObjectPath &name, const String &propertyName, const CIMValue &cv, OperationContext &context)
 Set a property value on an CIMInstance.
virtual CIMValue getProperty (const String &ns, const CIMObjectPath &name, const String &propertyName, OperationContext &context)
 Get the specified CIM instance property.
virtual CIMValue invokeMethod (const String &ns, const CIMObjectPath &path, const String &methodName, const CIMParamValueArray &inParams, CIMParamValueArray &outParams, OperationContext &context)
 Invokes a method.
virtual void associatorNames (const String &ns, const CIMObjectPath &path, CIMObjectPathResultHandlerIFC &result, const String &assocClass, const String &resultClass, const String &role, const String &resultRole, OperationContext &context)
 This method is used to enumerate the names of CIM Objects (Classes or Instances) that are associated to a particular CIM Object.
virtual void associators (const String &ns, const CIMObjectPath &path, CIMInstanceResultHandlerIFC &result, const String &assocClass, const String &resultClass, const String &role, const String &resultRole, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
 This operation is used to enumerate CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.
virtual void associatorsClasses (const String &ns, const CIMObjectPath &path, CIMClassResultHandlerIFC &result, const String &assocClass, const String &resultClass, const String &role, const String &resultRole, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
 This operation is used to enumerate CIMClasses that are associated to a particular source CIM Object.
virtual void referenceNames (const String &ns, const CIMObjectPath &path, CIMObjectPathResultHandlerIFC &result, const String &resultClass, const String &role, OperationContext &context)
 This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
virtual void references (const String &ns, const CIMObjectPath &path, CIMInstanceResultHandlerIFC &result, const String &resultClass, const String &role, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
 This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
virtual void referencesClasses (const String &ns, const CIMObjectPath &path, CIMClassResultHandlerIFC &result, const String &resultClass, const String &role, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
 This operation is used to enumerate the association objects that refer to a particular target CIM Class.
virtual void execQuery (const String &ns, CIMInstanceResultHandlerIFC &result, const String &query, const String &queryLanguage, OperationContext &context)
 
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED CIM_ERR_INVALID_QUERY CIM_ERR_FAILED

ServiceEnvironmentIFCRef getEnvironment () const
void _getCIMInstanceNames (const String &ns, const CIMName &className, const CIMClass &theClass, CIMObjectPathResultHandlerIFC &result, OperationContext &context)
void _getCIMInstances (const String &ns, const CIMName &className, const CIMClass &theTopClass, const CIMClass &theClass, CIMInstanceResultHandlerIFC &result, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EDeepFlag deep, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
bool _isDynamicAssoc (const String &ns, const CIMClass &cc, OperationContext &context)

Static Public Attributes

static const char *const INST_REPOS_NAME = "instances"
static const char *const META_REPOS_NAME = "schema"
static const char *const NS_REPOS_NAME = "namespaces"
static const char *const CLASS_ASSOC_REPOS_NAME = "classassociation"
static const char *const INST_ASSOC_REPOS_NAME = "instassociation"

Private Member Functions

bool _instanceExists (const String &ns, const CIMObjectPath &cop, OperationContext &context)
 Determines if an instance already exists.
void _commonAssociators (const String &ns, const CIMObjectPath &path, const CIMName &assocClassName, const CIMName &resultClass, const CIMName &role, const CIMName &resultRole, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, CIMInstanceResultHandlerIFC *piresult, CIMObjectPathResultHandlerIFC *popresult, CIMClassResultHandlerIFC *pcresult, OperationContext &context)
void _dynamicAssociators (const CIMObjectPath &path, const CIMClassArray &assocClasses, const CIMName &resultClass, const CIMName &role, const CIMName &resultRole, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, CIMInstanceResultHandlerIFC *piresult, CIMObjectPathResultHandlerIFC *popresult, OperationContext &context)
void _commonReferences (const String &ns, const CIMObjectPath &path, const CIMName &resultClass, const CIMName &role, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, CIMInstanceResultHandlerIFC *piresult, CIMObjectPathResultHandlerIFC *popresult, CIMClassResultHandlerIFC *pcresult, OperationContext &context)
void _dynamicReferences (const CIMObjectPath &path, const CIMClassArray &dynamicAssocs, const CIMName &role, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, CIMInstanceResultHandlerIFC *piresult, CIMObjectPathResultHandlerIFC *popresult, OperationContext &context)
void _getAssociationClasses (const String &ns, const CIMName &assocClassName, const CIMName &className, CIMClassResultHandlerIFC &result, const CIMName &role, OperationContext &context)
CIMClass _getNameSpaceClass (const CIMName &className)
 Get the special __Namespace class.
InstanceProviderIFCRef _getInstanceProvider (const String &ns, const CIMClass &cls, OperationContext &context)
SecondaryInstanceProviderIFCRefArray _getSecondaryInstanceProviders (const String &ns, const CIMName &className, OperationContext &context)
AssociatorProviderIFCRef _getAssociatorProvider (const String &ns, const CIMClass &cls, OperationContext &context)
CIMClass _instGetClass (const String &ns, const CIMName &className, WBEMFlags::ELocalOnlyFlag localOnly, WBEMFlags::EIncludeQualifiersFlag includeQualifiers, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin, const StringArray *propertyList, OperationContext &context)
void _checkNameSpaceAccess (OperationContext &context, const String &ns, Authorizer2IFC::EAccessType acType)
virtual void beginOperation (WBEMFlags::EOperationFlag op, OperationContext &context)
virtual void endOperation (WBEMFlags::EOperationFlag op, OperationContext &context, WBEMFlags::EOperationResultFlag result)

Private Attributes

ProviderManagerRef m_provManager
Mutex m_guard
CIMClass m_nsClass_Namespace
ServiceEnvironmentIFCRef m_env
RepositoryIFCRef m_cimRepository
IntrusiveReference< CIMRepositorym_realRepository
AuthorizerManagerRef m_authorizerMgr
LoggerRef m_logger

Detailed Description

Definition at line 55 of file OW_CIMServer.hpp.


Constructor & Destructor Documentation

OW_NAMESPACE::CIMServer::CIMServer const ServiceEnvironmentIFCRef env,
const ProviderManagerRef providerManager,
const RepositoryIFCRef repository,
const AuthorizerManagerRef authorizerMgr
 

Create a new CIMServer object.

Definition at line 248 of file OW_CIMServer.cpp.

OW_NAMESPACE::CIMServer::~CIMServer  )  [virtual]
 

Destroy this CIMServer object.

Definition at line 263 of file OW_CIMServer.cpp.

References close().


Member Function Documentation

void OW_NAMESPACE::CIMServer::_checkNameSpaceAccess OperationContext context,
const String ns,
Authorizer2IFC::EAccessType  acType
[private]
 

Definition at line 322 of file OW_CIMServer.cpp.

References OW_NAMESPACE::CIMException::ACCESS_DENIED, context, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

Referenced by associatorNames(), associators(), associatorsClasses(), createClass(), createInstance(), deleteClass(), deleteInstance(), deleteQualifierType(), enumClasses(), enumClassNames(), enumInstanceNames(), enumInstances(), enumQualifierTypes(), execQuery(), getClass(), getInstance(), getProperty(), getQualifierType(), invokeMethod(), modifyClass(), modifyInstance(), referenceNames(), references(), referencesClasses(), setProperty(), and setQualifierType().

void OW_NAMESPACE::CIMServer::_commonAssociators const String ns,
const CIMObjectPath path,
const CIMName assocClassName,
const CIMName resultClass,
const CIMName role,
const CIMName resultRole,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
CIMInstanceResultHandlerIFC piresult,
CIMObjectPathResultHandlerIFC popresult,
CIMClassResultHandlerIFC pcresult,
OperationContext context
[private]
 

Definition at line 2294 of file OW_CIMServer.cpp.

References _getAssociationClasses(), context, dynamicAssocs, OW_NAMESPACE::WBEMFlags::E_DEEP, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, getClass(), OW_NAMESPACE::CIMObjectPath::getClassName(), OW_NAMESPACE::CIMObjectPath::isClassPath(), m_authorizerMgr, m_cimRepository, m_env, m_realRepository, ns, OW_THROWCIMMSG, OW_NAMESPACE::CIMObjectPath::setNameSpace(), OW_NAMESPACE::CIMObjectPath::syncWithClass(), and OW_NAMESPACE::CIMName::toString().

Referenced by associatorNames(), associators(), and associatorsClasses().

void OW_NAMESPACE::CIMServer::_commonReferences const String ns,
const CIMObjectPath path,
const CIMName resultClass,
const CIMName role,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
CIMInstanceResultHandlerIFC piresult,
CIMObjectPathResultHandlerIFC popresult,
CIMClassResultHandlerIFC pcresult,
OperationContext context
[private]
 

Definition at line 2105 of file OW_CIMServer.cpp.

References _getAssociationClasses(), context, dynamicAssocs, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, getClass(), OW_NAMESPACE::CIMObjectPath::getClassName(), OW_NAMESPACE::CIMObjectPath::isClassPath(), m_authorizerMgr, m_env, m_realRepository, ns, OW_THROWCIMMSG, OW_NAMESPACE::CIMObjectPath::setNameSpace(), and OW_NAMESPACE::CIMObjectPath::syncWithClass().

Referenced by referenceNames(), references(), and referencesClasses().

void OW_NAMESPACE::CIMServer::_dynamicAssociators const CIMObjectPath path,
const CIMClassArray assocClasses,
const CIMName resultClass,
const CIMName role,
const CIMName resultRole,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
CIMInstanceResultHandlerIFC piresult,
CIMObjectPathResultHandlerIFC popresult,
OperationContext context
[private]
 

Definition at line 2414 of file OW_CIMServer.cpp.

References OW_NAMESPACE::Array< T >::size().

void OW_NAMESPACE::CIMServer::_dynamicReferences const CIMObjectPath path,
const CIMClassArray dynamicAssocs,
const CIMName role,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
CIMInstanceResultHandlerIFC piresult,
CIMObjectPathResultHandlerIFC popresult,
OperationContext context
[private]
 

Definition at line 2235 of file OW_CIMServer.cpp.

References OW_NAMESPACE::Array< T >::size().

void OW_NAMESPACE::CIMServer::_getAssociationClasses const String ns,
const CIMName assocClassName,
const CIMName className,
CIMClassResultHandlerIFC result,
const CIMName role,
OperationContext context
[private]
 

Definition at line 2457 of file OW_CIMServer.cpp.

References className, context, cop, OW_NAMESPACE::WBEMFlags::E_DEEP, OW_NAMESPACE::WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, enumClasses(), getClass(), OW_NAMESPACE::ResultHandlerIFC< T >::handle(), m_cimRepository, m_realRepository, ns, result, and OW_NAMESPACE::CIMName::toString().

Referenced by _commonAssociators(), and _commonReferences().

AssociatorProviderIFCRef OW_NAMESPACE::CIMServer::_getAssociatorProvider const String ns,
const CIMClass cls,
OperationContext context
[private]
 

Definition at line 1769 of file OW_CIMServer.cpp.

References context, OW_NAMESPACE::createProvEnvRef(), OW_NAMESPACE::CIMException::FAILED, OW_NAMESPACE::Exception::getMessage(), m_env, m_provManager, ns, and OW_THROWCIMMSG_SUBEX.

Referenced by _isDynamicAssoc().

void OW_NAMESPACE::CIMServer::_getCIMInstanceNames const String ns,
const CIMName className,
const CIMClass theClass,
CIMObjectPathResultHandlerIFC result,
OperationContext context
 

Definition at line 681 of file OW_CIMServer.cpp.

References _getInstanceProvider(), className, context, OW_NAMESPACE::createProvEnvRef(), OW_NAMESPACE::WBEMFlags::E_SHALLOW, m_cimRepository, m_env, ns, result, theClass, and OW_NAMESPACE::CIMName::toString().

void OW_NAMESPACE::CIMServer::_getCIMInstances const String ns,
const CIMName className,
const CIMClass theTopClass,
const CIMClass theClass,
CIMInstanceResultHandlerIFC result,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EDeepFlag  deep,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
 

Definition at line 956 of file OW_CIMServer.cpp.

References _getInstanceProvider(), authorizedPropertyList, className, context, m_authorizerMgr, m_env, m_logger, ns, OW_LOG_DEBUG, propertyList, theClass, and OW_NAMESPACE::CIMName::toString().

InstanceProviderIFCRef OW_NAMESPACE::CIMServer::_getInstanceProvider const String ns,
const CIMClass cls,
OperationContext context
[private]
 

Definition at line 1731 of file OW_CIMServer.cpp.

References context, OW_NAMESPACE::createProvEnvRef(), OW_NAMESPACE::CIMException::FAILED, OW_NAMESPACE::Exception::getMessage(), m_env, m_provManager, ns, and OW_THROWCIMMSG_SUBEX.

Referenced by _getCIMInstanceNames(), _getCIMInstances(), getInstance(), and modifyInstance().

CIMClass OW_NAMESPACE::CIMServer::_getNameSpaceClass const CIMName className  )  [private]
 

Get the special __Namespace class.

Parameters:
className The name of the class to check __Namespace for.
Returns:
If className is __Namespace a valid CIMClass. Otherwise a null CIMClass.

Definition at line 1798 of file OW_CIMServer.cpp.

References OW_NAMESPACE::CIMClass::addProperty(), OW_NAMESPACE::CIMProperty::addQualifier(), OW_NAMESPACE::CIMNULL, className, OW_NAMESPACE::CIMQualifier::createKeyQualifier(), m_guard, m_nsClass_Namespace, OW_NAMESPACE::CIMProperty::NAME_PROPERTY, OW_NAMESPACE::CIMProperty::setDataType(), and OW_NAMESPACE::CIMDataType::STRING.

Referenced by _instGetClass().

SecondaryInstanceProviderIFCRefArray OW_NAMESPACE::CIMServer::_getSecondaryInstanceProviders const String ns,
const CIMName className,
OperationContext context
[private]
 

Definition at line 1751 of file OW_CIMServer.cpp.

References className, context, OW_NAMESPACE::createProvEnvRef(), OW_NAMESPACE::CIMException::FAILED, OW_NAMESPACE::Exception::getMessage(), m_env, m_provManager, ns, and OW_THROWCIMMSG_SUBEX.

bool OW_NAMESPACE::CIMServer::_instanceExists const String ns,
const CIMObjectPath cop,
OperationContext context
[private]
 

Determines if an instance already exists.

Parameters:
cop The CIMObectPath that specifies the instance
Exceptions:
HDBException 
CIMException 
IOException 

Definition at line 1394 of file OW_CIMServer.cpp.

References context, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, getInstance(), and ns.

CIMClass OW_NAMESPACE::CIMServer::_instGetClass const String ns,
const CIMName className,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[private]
 

Definition at line 483 of file OW_CIMServer.cpp.

References _getNameSpaceClass(), className, context, OW_NAMESPACE::CIMException::getErrNo(), OW_NAMESPACE::CIMException::INVALID_CLASS, m_cimRepository, OW_NAMESPACE::CIMException::NOT_FOUND, ns, propertyList, OW_NAMESPACE::CIMException::setErrNo(), theClass, and OW_NAMESPACE::CIMName::toString().

Referenced by createInstance(), enumInstanceNames(), enumInstances(), getInstance(), getProperty(), modifyInstance(), and setProperty().

bool OW_NAMESPACE::CIMServer::_isDynamicAssoc const String ns,
const CIMClass cc,
OperationContext context
 

Definition at line 2490 of file OW_CIMServer.cpp.

References _getAssociatorProvider(), context, and ns.

void OW_NAMESPACE::CIMServer::associatorNames const String ns,
const CIMObjectPath path,
CIMObjectPathResultHandlerIFC result,
const String assocClass,
const String resultClass,
const String role,
const String resultRole,
OperationContext context
[virtual]
 

This method is used to enumerate the names of CIM Objects (Classes or Instances) that are associated to a particular CIM Object.

Parameters:
ns The namespace containing the CIM Objects to be enumerated.
objectName Defines the source CIM Object whose associated Objects are to be returned. This may be either a Class name or Instance name (modelpath).
result A callback object that will handle the CIMObjectPaths as they are received.
assocClass The AssocClass input parameter, if not empty (""), MUST be a valid CIM Association Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Instance of this Class or one of its subclasses.
resultClass The ResultClass input parameter, if not empty (""), MUST be valid CIM Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be either an Instance of this Class (or one of its subclasses) or be this Class (or one of its subclasses).
role The Role input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Association in which the source Object plays the specified role (i.e. the name of the Property in the Association Class that refers to the source Object MUST match the value of this parameter).
resultRole The ResultRole input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Association in which the returned Object plays the specified role (i.e. the name of the Property in the Association Class that refers to the returned Object MUST match the value of this parameter).
Exceptions:
CIMException - as defined in the associators method

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1984 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _commonAssociators(), context, OW_NAMESPACE::WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_EXCLUDE_QUALIFIERS, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), ns, result, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::associators const String ns,
const CIMObjectPath path,
CIMInstanceResultHandlerIFC result,
const String assocClass,
const String resultClass,
const String role,
const String resultRole,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[virtual]
 

This operation is used to enumerate CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.

Parameters:
ns The namspace.
path Defines the path of the source CIM Object whose associated Objects are to be returned. This may be a path to either a Class name or Instance name (model path).
result A callback object that will handle the CIMInstances as they are received.
assocClass The AssocClass input parameter, if not empty (""), MUST be a valid CIM Association Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Instance of this Class or one of its subclasses.
resultClass The ResultClass input parameter, if not empty (""), MUST be a valid CIM Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be either an Instance of this Class (or one of its subclasses) or be this Class (or one of its subclasses).
role The Role input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Association in which the source Object plays the specified role (i.e. the name of the Property in the Association Class that refers to the source Object MUST match the value of this parameter).
resultRole The ResultRole input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Association in which the returned Object plays the specified role (i.e. the name of the Property in the Association Class that refers to the returned Object MUST match the value of this parameter).
includeQualifiers If set to E_INCLUDE_QUALIFIERS then all Qualifiers for each Object (including Qualifiers on the Object and on any returned Properties) MUST be included as QUALIFIER elements in the response. If set to E_EXCLUDE_QUALIFIERS, then no qualifier elements will be present in the returned object(s).
includeClassOrigin If set to E_INCLUDE_CLASS_ORIGIN, then the CLASSORIGIN attribute MUST be present on all appropriate elements in each returned Object. If set to E_EXCLUDE_CLASS_ORIGIN, no CLASSORIGIN attributes are present in each returned Object.
propertyList If the PropertyList input parameter is not NULL, the members of the array define one or more Property names. Each returned Object MUST NOT include elements for any Properties missing from this list. If the PropertyList input parameter is an empty array this signifies that no Properties are included in each returned Object. If the PropertyList input parameter is NULL this specifies that all Properties (subject to the conditions expressed by the other parameters) are included in each returned Object.
If the PropertyList contains duplicate elements, the Server MUST ignore the duplicates but otherwise process the request normally. If the PropertyList contains elements which are invalid Property names for any target Object, the Server MUST ignore such entries but otherwise process the request normally.

Clients SHOULD NOT explicitly specify properties in the PropertyList parameter unless they have specified a non-empty ("") value for the ResultClass parameter.

Exceptions:
CIMException. The following IDs can be expected: CIM_ERR_ACCESS_DENIED, CIM_ERR_NOT_SUPPORTED, CIM_ERR_INVALID_NAMESPACE, CIM_ERR_INVALID_PARAMETER (including missing, duplicate, unrecognized or otherwise incorrect parameters), CIM_ERR_FAILED (some other unspecified error occurred).

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1942 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _commonAssociators(), context, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), m_authorizerMgr, m_env, ns, propertyList, result, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::associatorsClasses const String ns,
const CIMObjectPath path,
CIMClassResultHandlerIFC result,
const String assocClass,
const String resultClass,
const String role,
const String resultRole,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[virtual]
 

This operation is used to enumerate CIMClasses that are associated to a particular source CIM Object.

Parameters:
ns The namspace.
path Defines the path of the source CIM Object whose associated Objects are to be returned. This may be a path to either a Class name or Instance name (model path).
result A callback object that will handle the CIMClasses as they are received.
assocClass The AssocClass input parameter, if not empty (""), MUST be a valid CIM Association Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Instance of this Class or one of its subclasses.
resultClass The ResultClass input parameter, if not empty (""), MUST be a valid CIM Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be either an Instance of this Class (or one of its subclasses) or be this Class (or one of its subclasses).
role The Role input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Association in which the source Object plays the specified role (i.e. the name of the Property in the Association Class that refers to the source Object MUST match the value of this parameter).
resultRole The ResultRole input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be associated to the source Object via an Association in which the returned Object plays the specified role (i.e. the name of the Property in the Association Class that refers to the returned Object MUST match the value of this parameter).
includeQualifiers If set to E_INCLUDE_QUALIFIERS then all Qualifiers for each Object (including Qualifiers on the Object and on any returned Properties) MUST be included as elements in the response.If set to E_EXCLUDE_QUALIFIERS, then no qualifiers will be present in the returned object(s).
includeClassOrigin If the IncludeClassOrigin input parameter is set to E_INCLUDE_ORIGIN, then the CLASSORIGIN attribute MUST be present on all appropriate elements in each returned Object. If set to E_EXCLUDE_ORIGIN, no CLASSORIGIN attributes are present in each returned Object.
propertyList If the PropertyList input parameter is not NULL, the members of the array define one or more Property names. Each returned Object MUST NOT include elements for any Properties missing from this list. If the PropertyList input parameter is an empty array this signifies that no Properties are included in each returned Object. If the PropertyList input parameter is NULL this specifies that all Properties (subject to the conditions expressed by the other parameters) are included in each returned Object.
If the PropertyList contains duplicate elements, the Server MUST ignore the duplicates but otherwise process the request normally. If the PropertyList contains elements which are invalid Property names for any target Object, the Server MUST ignore such entries but otherwise process the request normally.

Clients SHOULD NOT explicitly specify properties in the PropertyList parameter unless they have specified a non-empty ("") value for the ResultClass parameter.

Exceptions:
CIMException. The following IDs can be expected: CIM_ERR_ACCESS_DENIED, CIM_ERR_NOT_SUPPORTED, CIM_ERR_INVALID_NAMESPACE, CIM_ERR_INVALID_PARAMETER (including missing, duplicate, unrecognized or otherwise incorrect parameters), CIM_ERR_FAILED (some other unspecified error occurred)

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1965 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _commonAssociators(), context, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), ns, propertyList, result, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::beginOperation WBEMFlags::EOperationFlag  op,
OperationContext context
[private, virtual]
 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 2498 of file OW_CIMServer.cpp.

References context, and m_cimRepository.

void OW_NAMESPACE::CIMServer::close  )  [virtual]
 

Close this GenericHDBRepository.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 281 of file OW_CIMServer.cpp.

Referenced by ~CIMServer().

void OW_NAMESPACE::CIMServer::createClass const String ns,
const CIMClass cimClass,
OperationContext context
[virtual]
 

creates a class in the store

Parameters:
path The path for the class to create
cimClass The class to create
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_ALREADY_EXISTS CIM_ERR_INVALID_SUPERCLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 528 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, cimClass, context, OW_NAMESPACE::Authorizer2IFC::E_CREATE, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::CIMClass::getName(), m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

CIMObjectPath OW_NAMESPACE::CIMServer::createInstance const String ns,
const CIMInstance ci,
OperationContext context
[virtual]
 

Creates a instance in the store.

Parameters:
cop The CIMObectPath that specifies the instance
ci The instance that is to be stored with that object path
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_ALREADY_EXISTS CIM_ERR_INVALID_CLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1209 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _instGetClass(), OW_NAMESPACE::CIMQualifier::CIM_QUAL_ABSTRACT, className, context, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::CIMInstance::getClassName(), OW_NAMESPACE::CIMQualifier::getValue(), OW_NAMESPACE::CIMException::INVALID_PARAMETER, OW_NAMESPACE::logOperation(), ns, OW_THROWCIMMSG, theClass, and OW_NAMESPACE::CIMName::toString().

void OW_NAMESPACE::CIMServer::createNameSpace const String ns,
OperationContext context
[virtual]
 

Create a cim namespace.

Parameters:
ns The namespace to be created.
aclInfo ACL object describing user making request.
Exceptions:
CIMException If the namespace already exists.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 335 of file OW_CIMServer.cpp.

References OW_NAMESPACE::CIMException::ACCESS_DENIED, context, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

CIMClass OW_NAMESPACE::CIMServer::deleteClass const String ns,
const String className,
OperationContext context
[virtual]
 

Delete an existing class from the store.

Parameters:
ns The namespace containing the class to delete.
className The class to delete
aclInfo ACL object describing user making request.
Returns:
an CIMClass representing the class which was deleted.
Exceptions:
CIMException CIM_ERR_CLASS_HAS_CHILDREN CIM_ERR_CLASS_HAS_INSTANCES CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_FOUND CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 510 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, className, context, OW_NAMESPACE::Authorizer2IFC::E_DELETE, OW_NAMESPACE::Authorizer2IFC::E_WRITE, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

CIMInstance OW_NAMESPACE::CIMServer::deleteInstance const String ns,
const CIMObjectPath cop,
OperationContext context
[virtual]
 

Delete an existing instance from the store.

Parameters:
cop The CIMObectPath that specifies the instance
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_FOUND CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_INVALID_CLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1135 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), context, cop, OW_NAMESPACE::E_DEBUG_LEVEL, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::logOperation(), m_logger, ns, OW_LOG_DEBUG, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::deleteNameSpace const String ns,
OperationContext context
[virtual]
 

Delete a specified namespace.

Parameters:
ns The namespace to delete.
aclInfo ACL object describing user making request.
Exceptions:
CIMException If the namespace does not exist.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 351 of file OW_CIMServer.cpp.

References OW_NAMESPACE::CIMException::ACCESS_DENIED, context, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::deleteQualifierType const String ns,
const String qualName,
OperationContext context
[virtual]
 

Delete an existing qualifier type from the repository.

Parameters:
objPath The object path fro the qualifer type.
aclInfo ACL object describing user making request.
Exceptions:
CIMException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 421 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_DELETE, OW_NAMESPACE::Authorizer2IFC::E_WRITE, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::endOperation WBEMFlags::EOperationFlag  op,
OperationContext context,
WBEMFlags::EOperationResultFlag  result
[private, virtual]
 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 2505 of file OW_CIMServer.cpp.

References context, and m_cimRepository.

void OW_NAMESPACE::CIMServer::enumClasses const String ns,
const String className,
CIMClassResultHandlerIFC result,
WBEMFlags::EDeepFlag  deep,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
OperationContext context
[virtual]
 

Enumerates the class specified by the CIMObjectPath.

Parameters:
path The CIMObjectPath identifying the class to be enumerated.
deep If set to CIMClient::DEEP, the enumeration returned will contain the names of all classes derived from the enumerated class. If set to CIMClient::SHALLOW the enumermation will return only the names of the first level children of the enumerated class.
localOnly If true, then only CIM elements (properties, methods, qualifiers) overriden within the definition are returned.
includeQualifiers If true, then all qualifiers for the class (including properties, methods, and method parameters) are returned.
includeClassOrigin If true, then the class origin attribute will be returned on all appropriate components.
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_INVALID_CLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 573 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_READ, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

Referenced by _getAssociationClasses().

void OW_NAMESPACE::CIMServer::enumClassNames const String ns,
const String className,
StringResultHandlerIFC result,
WBEMFlags::EDeepFlag  deep,
OperationContext context
[virtual]
 

Enumerates the class specified by the CIMObjectPath.

Parameters:
path The CIMObjectPath identifying the class to be enumerated.
deep If set to CIMClient::DEEP, the enumeration returned will contain the names of all classes derived from the enumerated class. If set to CIMClient::SHALLOW the enumermation will return only the names of the first level children of the enumerated class.
localOnly Only include properties
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_INVALID_CLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 593 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_READ, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::enumInstanceNames const String ns,
const String className,
CIMObjectPathResultHandlerIFC result,
WBEMFlags::EDeepFlag  deep,
OperationContext context
[virtual]
 

Retrieve an enumeration of instances object paths (CIMObjectPath) for a particular class.

Parameters:
path The CIMObjectPath identifying the class whose instances are to be enumerated.
deep If set to CIMClient::DEEP, the enumeration returned will contain the names of all instances of the specified class and all classes derived from it. If set to CIMClient::SHALLOW only names of instances belonging to the specified class are returned.
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_INVALID_CLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 649 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _instGetClass(), className, context, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), m_env, m_logger, ns, result, and theClass.

void OW_NAMESPACE::CIMServer::enumInstances const String ns,
const String className,
CIMInstanceResultHandlerIFC result,
WBEMFlags::EDeepFlag  deep,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
WBEMFlags::EEnumSubclassesFlag  enumSubclasses,
OperationContext context
[virtual]
 

Retrieve an enumeration of instances (CIMInstance) for a particular class.

Parameters:
path The CIMObjectPath identifying the class whose instances are to be enumerated.
deep Return properties defined on subclasses of the class in path
localOnly If true only non-inherited properties/qualifiers are included in the instances.
includeQualifiers If true, then all qualifiers for the instance (including properties, methods, and method parameters) are returned.
includeClassOrigin If true, then the class origin attribute will be returned on all appropriate components.
propertyList If not NULL then is specifies the only properties that can be returned with the class. If not NULL but the array is empty, then no properties should be returned. If NULL then all properties will be returned.
aclInfo ACL object describing user making request.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_INVALID_CLASS CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 756 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _instGetClass(), className, context, OW_NAMESPACE::WBEMFlags::E_DONT_ENUM_SUBCLASSES, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::String::equalsIgnoreCase(), OW_NAMESPACE::CIMClass::getName(), OW_NAMESPACE::logOperation(), m_env, m_logger, ns, propertyList, result, and theTopClass.

void OW_NAMESPACE::CIMServer::enumNameSpace StringResultHandlerIFC result,
OperationContext context
[virtual]
 

Gets a list of the namespaces.

Parameters:
aclInfo ACL object describing user making request.
Returns:
An Array of namespace names as strings.
Exceptions:
CIMException If the namespace does not exist or the object cannot be found in the specified namespace.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 368 of file OW_CIMServer.cpp.

References OW_NAMESPACE::CIMException::ACCESS_DENIED, context, m_authorizerMgr, m_env, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::enumQualifierTypes const String ns,
CIMQualifierTypeResultHandlerIFC result,
OperationContext context
[virtual]
 

Enumerate the qualifier types in a name space.

Parameters:
path The object path to enumeration the qualifiers in.
aclInfo ACL object describing user making request.
Returns:
An enumeration of CIMQualifierTypes
Exceptions:
CIMException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 403 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_READ, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::execQuery const String ns,
CIMInstanceResultHandlerIFC result,
const String query,
const String queryLanguage,
OperationContext context
[virtual]
 

Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED CIM_ERR_INVALID_QUERY CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1830 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), context, OW_NAMESPACE::ServiceEnvironmentIFC::E_NO_LOCKING, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::ServiceEnvironmentIFC::E_USE_PROVIDERS, OW_NAMESPACE::CIMException::FAILED, OW_NAMESPACE::CIMException::getErrNo(), OW_NAMESPACE::Exception::getFile(), OW_NAMESPACE::Exception::getLine(), OW_NAMESPACE::Exception::getMessage(), OW_NAMESPACE::CIMException::INVALID_NAMESPACE, OW_NAMESPACE::CIMException::INVALID_QUERY, OW_NAMESPACE::logOperation(), m_env, ns, and result.

CIMClass OW_NAMESPACE::CIMServer::getClass const String ns,
const String className,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[virtual]
 

Gets an existing class from a store.

Parameters:
path The path for the class to retrieve
localOnly If true, then only CIM elements (properties, methods, qualifiers) overriden within the definition are returned.
includeQualifiers If true, then all qualifiers for the class (including properties, methods, and method parameters) are returned.
includeClassOrigin If true, then the class origin attribute will be returned on all appropriate components.
propertyList If not NULL then is specifies the only properties that can be returned with the class. If not NULL but the array is empty, then no properties should be returned. If NULL then all properties will be returned.
aclInfo ACL object describing user making request.
Returns:
A valid CIMClass object on success. A NULL CIMClass will never be returned. An exception will be thrown instead. CIMClass object.
Exceptions:
CIMException CIM_ERR_FAILED CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_FOUND CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 459 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, className, context, OW_NAMESPACE::Authorizer2IFC::E_READ, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

Referenced by _commonAssociators(), _commonReferences(), and _getAssociationClasses().

StringArray OW_NAMESPACE::CIMServer::getDependencies  )  const [virtual]
 

Get the list of services this service depends on.

The returned services will be started before and shutdown after this service. It is an error to return the name of a non-existent service, and the cimom startup will fail. The default is to have no dependencies.

Reimplemented from OW_NAMESPACE::ServiceIFC.

Definition at line 294 of file OW_CIMServer.cpp.

References OW_NAMESPACE::ServiceIFCNames::AuthorizerManager, OW_NAMESPACE::ServiceIFCNames::CIMRepository, OW_NAMESPACE::ServiceIFCNames::ProviderManager, and OW_NAMESPACE::Array< T >::push_back().

ServiceEnvironmentIFCRef OW_NAMESPACE::CIMServer::getEnvironment  )  const [virtual]
 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 2512 of file OW_CIMServer.cpp.

References m_env.

CIMInstance OW_NAMESPACE::CIMServer::getInstance const String ns,
const CIMObjectPath instanceName,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
CIMClass pOutClass,
OperationContext context
[virtual]
 

Definition at line 1045 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _getInstanceProvider(), _instGetClass(), OW_NAMESPACE::CIMException::ACCESS_DENIED, authorizedPropertyList, className, context, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), m_authorizerMgr, m_env, m_logger, ns, OW_LOG_DEBUG, OW_THROWCIMMSG, propertyList, OW_NAMESPACE::CIMName::toString(), and OW_NAMESPACE::CIMObjectPath::toString().

CIMInstance OW_NAMESPACE::CIMServer::getInstance const String ns,
const CIMObjectPath instanceName,
WBEMFlags::ELocalOnlyFlag  localOnly,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[virtual]
 

Retrieve a specific instance.

Parameters:
cop The CIMObectPath that specifies the instance
localOnly If true, only return non-derived properties.
includeQualifiers If true, then all qualifiers for the instance (including properties, methods, and method parameters) are returned.
includeClassOrigin If true, then the class origin attribute will be returned on all appropriate components.
propertyList If not NULL then it specifies the only properties that can be returned in the instance. If not NULL but the array is empty, then no properties should be returned. If NULL then all properties will be returned.
aclInfo ACL object describing user making request.
Returns:
An CIMInstance object
Exceptions:
CIMException CIM_ERR_FAILED CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_FOUND CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_CLASS CIM_ERR_INVALID_PARAMETER

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1033 of file OW_CIMServer.cpp.

References context, ns, and propertyList.

Referenced by _instanceExists(), and getProperty().

String OW_NAMESPACE::CIMServer::getName  )  const [virtual]
 

Every service may have a name.

The name is used to calculate dependencies, other services can return the name from getDependencies(), to instruct the cimom about which order to start and shutdown all the services. The default is to have no name, in that case, no other service can depend on it.

Reimplemented from OW_NAMESPACE::ServiceIFC.

Definition at line 287 of file OW_CIMServer.cpp.

References OW_NAMESPACE::ServiceIFCNames::CIMServer.

CIMValue OW_NAMESPACE::CIMServer::getProperty const String ns,
const CIMObjectPath name,
const String propertyName,
OperationContext context
[virtual]
 

Get the specified CIM instance property.

Parameters:
name An CIMObjectPath that identifies the CIM instance to be accessed
propertyName The name of the property to retrieve.
aclInfo ACL object describing user making request.
Returns:
The CIMvalue for property identified by propertyName.
Exceptions:
CIMException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1410 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _instGetClass(), OW_NAMESPACE::String::c_str(), context, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_READ, getInstance(), OW_NAMESPACE::CIMClass::getProperty(), OW_NAMESPACE::CIMProperty::getValue(), OW_NAMESPACE::logOperation(), name, OW_NAMESPACE::CIMException::NO_SUCH_PROPERTY, ns, OW_THROWCIMMSG, theClass, and OW_NAMESPACE::String::toString().

CIMQualifierType OW_NAMESPACE::CIMServer::getQualifierType const String ns,
const String qualifierName,
OperationContext context
[virtual]
 

Get an existing qualifier type from the repository.

Parameters:
objPath The object path for the qaulifer type.
aclInfo ACL object describing user making request.
Returns:
A valid CIMQaulifer type on success. Otherwise a NULL CIMQualifier type.
Exceptions:
CIMException 
IOException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 384 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_READ, m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::init const ServiceEnvironmentIFCRef env  )  [virtual]
 

Called after construction.

Implements OW_NAMESPACE::ServiceIFC.

Definition at line 305 of file OW_CIMServer.cpp.

CIMValue OW_NAMESPACE::CIMServer::invokeMethod const String ns,
const CIMObjectPath path,
const String methodName,
const CIMParamValueArray inParams,
CIMParamValueArray outParams,
OperationContext context
[virtual]
 

Invokes a method.

Parameters:
name The object path of the object on which the method is being invoked this can be a class or instance
methodName The name of the method to invoke.
inParams An array of CIMProperty objects for inbound values
outParams An array of CIMProperty objects for inbound values
outParams A vector of CIMProperty for outbound values
aclInfo ACL object describing user making request.
Exceptions:
CIMException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1511 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), context, OW_NAMESPACE::Authorizer2IFC::E_READWRITE, OW_NAMESPACE::logOperation(), m_authorizerMgr, m_env, ns, OW_LOG_DEBUG, OW_THROWCIMMSG, and OW_NAMESPACE::CIMObjectPath::toString().

CIMClass OW_NAMESPACE::CIMServer::modifyClass const String ns,
const CIMClass cc,
OperationContext context
[virtual]
 

set a class in the store - note children are not affected

Parameters:
path The path for the class to create
cimClass The class to create
aclInfo ACL object describing user making request.
Returns:
an CIMClass representing the state of the class prior to the update. This is likely usefull only for creating CIM_ClassModification indications.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_NOT_FOUND CIM_ERR_INVALID_SUPERCLASS CIM_ERR_CLASS_HAS_CHILDREN CIM_ERR_CLASS_HAS_INSTANCES CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 552 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_MODIFY, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::CIMClass::getName(), m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

CIMInstance OW_NAMESPACE::CIMServer::modifyInstance const String ns,
const CIMInstance modifiedInstance,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
const StringArray propertyList,
OperationContext context
[virtual]
 

Update an instance.

Parameters:
cop The CIMObectPath that specifies the instance
ci The instance with the new values
aclInfo ACL object describing user making request.
Returns:
a CIMInstance representing the state of the instance prior to the update. This is likely usefull only for creating CIM_InstModification indications.
Exceptions:
CIMException CIM_ERR_ACCESS_DENIED CIM_ERR_NOT_SUPPORTED CIM_ERR_INVALID_NAMESPACE CIM_ERR_INVALID_PARAMETER CIM_ERR_INVALID_CLASS CIM_ERR_NOT_FOUND CIM_ERR_FAILED

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1296 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _getInstanceProvider(), _instGetClass(), OW_NAMESPACE::CIMNULL, context, cop, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::CIMInstance::getClassName(), OW_NAMESPACE::CIMInstance::getKeyValuePairs(), OW_NAMESPACE::CIMInstance::getPropertyT(), i, ns, propertyList, OW_NAMESPACE::CIMInstance::setKeys(), OW_NAMESPACE::CIMInstance::setProperties(), OW_NAMESPACE::Array< T >::size(), OW_NAMESPACE::CIMInstance::syncWithClass(), and theClass.

void OW_NAMESPACE::CIMServer::open const String path  )  [virtual]
 

Open this CIMServer.

Exceptions:
IOException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 276 of file OW_CIMServer.cpp.

void OW_NAMESPACE::CIMServer::referenceNames const String ns,
const CIMObjectPath path,
CIMObjectPathResultHandlerIFC result,
const String resultClass,
const String role,
OperationContext context
[virtual]
 

This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).

Parameters:
ns The namespace.
path The ObjectName input parameter defines the target CIM Object path whose referring object names are to be returned. It may be either a Class name or an Instance name (model path).
result A callback object to handle the object paths as they are received.
resultClass The ResultClass input parameter, if not empty (""), MUST be a valid CIM Class name. It acts as a filter on the returned set of Object Names by mandating that each returned Object Name MUST identify an Instance of this Class (or one of its subclasses), or this Class (or one of its subclasses).
role The Role input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Object Names by mandating that each returned Object Name MUST identify an Object that refers to the target Instance via a Property whose name matches the value of this parameter.
Exceptions:
CIMException As defined for associators method.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 2039 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _commonReferences(), context, OW_NAMESPACE::WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_EXCLUDE_QUALIFIERS, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), ns, result, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::references const String ns,
const CIMObjectPath path,
CIMInstanceResultHandlerIFC result,
const String resultClass,
const String role,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[virtual]
 

This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).

Parameters:
ns The namespace.
path The path input parameter defines the target CIM Object whose referring Objects are to be returned. This is either a Class name or Instance name (model path).
result A callback object which will handle the instances as they are received.
resultClass The ResultClass input parameter, if not empty (""), MUST be a valid CIM Class name. It acts as a filter on the returned set of Objects by mandating that each returned Object MUST be an Instance of this Class (or one of its subclasses), or this Class (or one of its subclasses).
role The Role input parameter, if not empty (""), MUST be a valid Property name. It acts as a filter on the returned set of Objects by mandating that each returned Objects MUST refer to the target Object via a Property whose name matches the value of this parameter.
includeQualifiers Refer to includeQualifiers for associators.
includeClassOrigin Refer to includeQualifiers for associators.
propertyList Refer to includeQualifiers for associators.
See also:
associators
Exceptions:
CIMException - as defined for associators method.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 2001 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _commonReferences(), context, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), m_authorizerMgr, m_env, ns, propertyList, result, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::referencesClasses const String ns,
const CIMObjectPath path,
CIMClassResultHandlerIFC result,
const String resultClass,
const String role,
WBEMFlags::EIncludeQualifiersFlag  includeQualifiers,
WBEMFlags::EIncludeClassOriginFlag  includeClassOrigin,
const StringArray propertyList,
OperationContext context
[virtual]
 

This operation is used to enumerate the association objects that refer to a particular target CIM Class.

See also:
references
Exceptions:
CIMException - as defined for associators method.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 2022 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _commonReferences(), context, OW_NAMESPACE::Authorizer2IFC::E_READ, OW_NAMESPACE::logOperation(), ns, propertyList, result, and OW_NAMESPACE::CIMObjectPath::toString().

void OW_NAMESPACE::CIMServer::setProperty const String ns,
const CIMObjectPath name,
const String propertyName,
const CIMValue cv,
OperationContext context
[virtual]
 

Set a property value on an CIMInstance.

Parameters:
name The object path of the instance
propertyName The name of the property to update
cv The value to set the property to.
aclInfo ACL object describing user making request.
Exceptions:
CIMException 

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 1440 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), _instGetClass(), OW_NAMESPACE::String::c_str(), OW_NAMESPACE::CIMValueCast::castValueToDataType(), context, OW_NAMESPACE::WBEMFlags::E_INCLUDE_CLASS_ORIGIN, OW_NAMESPACE::WBEMFlags::E_INCLUDE_QUALIFIERS, OW_NAMESPACE::WBEMFlags::E_NOT_LOCAL_ONLY, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::CIMDataType::EMBEDDEDCLASS, OW_NAMESPACE::CIMDataType::EMBEDDEDINSTANCE, OW_NAMESPACE::CIMException::FAILED, OW_NAMESPACE::CIMException::getErrNo(), OW_NAMESPACE::CIMClass::getProperty(), OW_NAMESPACE::logOperation(), m_authorizerMgr, name, OW_NAMESPACE::CIMException::NO_SUCH_PROPERTY, ns, OW_LOG_INFO, OW_THROWCIMMSG, OW_NAMESPACE::CIMException::setErrNo(), theClass, OW_NAMESPACE::String::toString(), and OW_NAMESPACE::CIMException::TYPE_MISMATCH.

void OW_NAMESPACE::CIMServer::setQualifierType const String ns,
const CIMQualifierType qt,
OperationContext context
[virtual]
 

Updates the specified CIM qualifier type in the specified namespace.

Parameters:
name Am CIMObjectPath that identifies the CIM qualifier type.
qt The CIM qualifier type to be updated.
aclInfo ACL object describing user making request.
Exceptions:
CIMException If the qualifier type cannot be found or the user does not have write permission to the namespace.

Implements OW_NAMESPACE::RepositoryIFC.

Definition at line 439 of file OW_CIMServer.cpp.

References _checkNameSpaceAccess(), OW_NAMESPACE::CIMException::ACCESS_DENIED, context, OW_NAMESPACE::Authorizer2IFC::E_MODIFY, OW_NAMESPACE::Authorizer2IFC::E_WRITE, OW_NAMESPACE::CIMQualifierType::getName(), m_authorizerMgr, m_env, ns, and OW_THROWCIMMSG.

void OW_NAMESPACE::CIMServer::shutdown  )  [virtual]
 

Called during cimom shutdown.

Implements OW_NAMESPACE::ServiceIFC.

Definition at line 312 of file OW_CIMServer.cpp.

References m_authorizerMgr, m_cimRepository, m_env, m_provManager, and m_realRepository.


Member Data Documentation

const char *const OW_NAMESPACE::CIMServer::CLASS_ASSOC_REPOS_NAME = "classassociation" [static]
 

Definition at line 62 of file OW_CIMServer.hpp.

const char *const OW_NAMESPACE::CIMServer::INST_ASSOC_REPOS_NAME = "instassociation" [static]
 

Definition at line 63 of file OW_CIMServer.hpp.

const char *const OW_NAMESPACE::CIMServer::INST_REPOS_NAME = "instances" [static]
 

Definition at line 58 of file OW_CIMServer.hpp.

AuthorizerManagerRef OW_NAMESPACE::CIMServer::m_authorizerMgr [private]
 

Definition at line 679 of file OW_CIMServer.hpp.

Referenced by _checkNameSpaceAccess(), _commonAssociators(), _commonReferences(), _getCIMInstances(), associators(), createClass(), createNameSpace(), deleteClass(), deleteNameSpace(), deleteQualifierType(), enumClasses(), enumClassNames(), enumNameSpace(), enumQualifierTypes(), getClass(), getInstance(), getQualifierType(), invokeMethod(), modifyClass(), references(), setProperty(), setQualifierType(), and shutdown().

RepositoryIFCRef OW_NAMESPACE::CIMServer::m_cimRepository [private]
 

Definition at line 677 of file OW_CIMServer.hpp.

Referenced by _commonAssociators(), _getAssociationClasses(), _getCIMInstanceNames(), _instGetClass(), beginOperation(), endOperation(), and shutdown().

ServiceEnvironmentIFCRef OW_NAMESPACE::CIMServer::m_env [private]
 

Definition at line 676 of file OW_CIMServer.hpp.

Referenced by _checkNameSpaceAccess(), _commonAssociators(), _commonReferences(), _getAssociatorProvider(), _getCIMInstanceNames(), _getCIMInstances(), _getInstanceProvider(), _getSecondaryInstanceProviders(), associators(), createClass(), createNameSpace(), deleteClass(), deleteNameSpace(), deleteQualifierType(), enumClasses(), enumClassNames(), enumInstanceNames(), enumInstances(), enumNameSpace(), enumQualifierTypes(), execQuery(), getClass(), getEnvironment(), getInstance(), getQualifierType(), invokeMethod(), modifyClass(), references(), setQualifierType(), and shutdown().

Mutex OW_NAMESPACE::CIMServer::m_guard [private]
 

Definition at line 674 of file OW_CIMServer.hpp.

Referenced by _getNameSpaceClass().

LoggerRef OW_NAMESPACE::CIMServer::m_logger [private]
 

Definition at line 680 of file OW_CIMServer.hpp.

Referenced by _getCIMInstances(), deleteInstance(), enumInstanceNames(), enumInstances(), and getInstance().

CIMClass OW_NAMESPACE::CIMServer::m_nsClass_Namespace [private]
 

Definition at line 675 of file OW_CIMServer.hpp.

Referenced by _getNameSpaceClass().

ProviderManagerRef OW_NAMESPACE::CIMServer::m_provManager [private]
 

Definition at line 669 of file OW_CIMServer.hpp.

Referenced by _getAssociatorProvider(), _getInstanceProvider(), _getSecondaryInstanceProviders(), and shutdown().

IntrusiveReference<CIMRepository> OW_NAMESPACE::CIMServer::m_realRepository [private]
 

Definition at line 678 of file OW_CIMServer.hpp.

Referenced by _commonAssociators(), _commonReferences(), _getAssociationClasses(), and shutdown().

const char *const OW_NAMESPACE::CIMServer::META_REPOS_NAME = "schema" [static]
 

Definition at line 59 of file OW_CIMServer.hpp.

const char *const OW_NAMESPACE::CIMServer::NS_REPOS_NAME = "namespaces" [static]
 

Definition at line 60 of file OW_CIMServer.hpp.


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