(file) Return to CIMOperations.dxx CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

Diff for /pegasus/doc/DevManual/CIMOperations.dxx between version 1.1 and 1.2

version 1.1, 2001/02/07 14:00:09 version 1.2, 2001/02/23 20:27:46
Line 1 
Line 1 
 /* /*
     $Log#      $Log$
       Revision 1.2  2001/02/23 20:27:46  karl
       correct documentation
   
     This file defines the basic operations functions for Pegasus     This file defines the basic operations functions for Pegasus
     ATTN: Add to this      ATTN: This is still not complete.
 */ */
  
 /** @name Implementing the CIM Operations over HTTP  /** @name CIM Operations over HTTP
 The core of the Pegasus is the WBEM Operations (Formally known as CIM Operations over HTTP in the DMTF specificaion).  Pegasus uses the basic WBEM operations as the basis for all of the interfaces.  The core of the Pegasus external interface is the WBEM Operations (Formally known as CIM Operations over HTTP in the DMTF specificaion).  Pegasus uses the basic WBEM operations as the basis for all of the interfaces.
   
   Pegasus defines these interfaces in exactly the same manner as they are defined in the DMTF specification (CIM Operations over HTTP)
   
   Thus, Pegasus implements a Class named CIMOperations. Within that class, each of the WBEM HTTP operations is implemented as a method.
   
   For example, the WBEM operation GetClass has its direct equivalent in Pegasus CIMOperations, the getClass method.  Further, Pegasus maintains the same parameters as are defined in the DMTF document.
   
   The CIMOperations class is the heart of all of the CIM interfaces including the Client interface, the Provider interface, the repository interface, and the services interface.  Each of these interfaces derives from CIMOperations adding methods as required to complete that particular interface.
  
 This section defines these interfaces.  This section defines these interfaces in the reference CIMOperations below:
  
 */ */


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2