[an error occurred while processing this directive]
[an error occurred while processing this directive] [an error occurred while processing this directive]

Pegasus CIM Object Broker Documentation

[an error occurred while processing this directive]


[an error occurred while processing this directive]

 

Contents

o Introduction
o Objectives
o Overview
o Credits
o Pegasus Architecture
   o Design Goals
   o The Broker
   o Pegasus Providers.
   o Extension Services
   o Pegasus Clients.
   o Functional Flow
o Pegasus Components
   o Component Descriptions
   o Pegasus Directory Structure
o Pegasus Utilization
   o Pegasus Availability
   o Pegasus Installation
   o Pegasus Operation
   o Pegasus CIM Clients
   o Pegasus Providers
   o Pegasus MOF Compiler
o Programming Pegasus
   o CIM Objects in Pegasus
   o CIM Object Table
   o Class Definitions
o Pegasus Interfaces
   o CIM Operations over HTTP
   o Pegasus Client Interfaces
   o Pegasus Provider Interfaces
   o Pegasus Service Extension Interfaces
   o Repository Interfaces
o Writing Providers.
o Glossary
o Pegasus Code Examples
   o Client Examples
   o Client Coding Examples
   o Provider Coding Examples
o Document References
o Pegausus FAQ
o
In file ../../src/Pegasus/Common/CIMStatusCode.h:

enum CIMStatusCode

The CIMStatusCode enumeration represents the status codes defined in the DMTF Specification for CIM Operations over HTTP

Documentation

The CIMStatusCode enumeration represents the status codes defined in the DMTF Specification for CIM Operations over HTTP

[more] CIM_ERR_SUCCESS
The operation was successful
[more] CIM_ERR_FAILED
A general error occurred that is not covered by a more specific error code
[more] CIM_ERR_ACCESS_DENIED
Access to a CIM resource was not available to the client
[more] CIM_ERR_INVALID_NAMESPACE
The target namespace does not exist
[more] CIM_ERR_INVALID_PARAMETER
One or more parameter values passed to the method were invalid
[more] CIM_ERR_INVALID_CLASS
The specified class does not exist
[more] CIM_ERR_NOT_FOUND
The requested object could not be found
[more] CIM_ERR_NOT_SUPPORTED
The requested operation is not supported
[more] CIM_ERR_CLASS_HAS_CHILDREN
Operation cannot be carried out on this class since it has subclasses
[more] CIM_ERR_CLASS_HAS_INSTANCES
Operation cannot be carried out on this class since it has instances
[more] CIM_ERR_INVALID_SUPERCLASS
Operation cannot be carried out since the specified superClass does not exist
[more] CIM_ERR_ALREADY_EXISTS
Operation cannot be carried out because an object already exists
[more] CIM_ERR_NO_SUCH_PROPERTY
The specified property does not exist:
[more] CIM_ERR_TYPE_MISMATCH
The value supplied is incompatible with the type
[more] CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED
The query language is not recognized or supported
[more] CIM_ERR_INVALID_QUERY
The query is not valid for the specified query language
[more] CIM_ERR_METHOD_NOT_AVAILABLE
The extrinsic method could not be executed
[more] CIM_ERR_METHOD_NOT_FOUND
The specified extrinsic method does not exist

o CIM_ERR_SUCCESS
The operation was successful

o CIM_ERR_FAILED
A general error occurred that is not covered by a more specific error code

o CIM_ERR_ACCESS_DENIED
Access to a CIM resource was not available to the client

o CIM_ERR_INVALID_NAMESPACE
The target namespace does not exist

o CIM_ERR_INVALID_PARAMETER
One or more parameter values passed to the method were invalid

o CIM_ERR_INVALID_CLASS
The specified class does not exist

o CIM_ERR_NOT_FOUND
The requested object could not be found

o CIM_ERR_NOT_SUPPORTED
The requested operation is not supported

o CIM_ERR_CLASS_HAS_CHILDREN
Operation cannot be carried out on this class since it has subclasses

o CIM_ERR_CLASS_HAS_INSTANCES
Operation cannot be carried out on this class since it has instances

o CIM_ERR_INVALID_SUPERCLASS
Operation cannot be carried out since the specified superClass does not exist

o CIM_ERR_ALREADY_EXISTS
Operation cannot be carried out because an object already exists

o CIM_ERR_NO_SUCH_PROPERTY
The specified property does not exist:

o CIM_ERR_TYPE_MISMATCH
The value supplied is incompatible with the type

o CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED
The query language is not recognized or supported

o CIM_ERR_INVALID_QUERY
The query is not valid for the specified query language

o CIM_ERR_METHOD_NOT_AVAILABLE
The extrinsic method could not be executed

o CIM_ERR_METHOD_NOT_FOUND
The specified extrinsic method does not exist

Alphabetic index HTML hierarchy of classes or Java


[an error occurred while processing this directive]