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

Diff for /pegasus/doc/DevManual/interfaces.dxx between version 1.2 and 1.3

version 1.2, 2001/02/02 18:48:20 version 1.3, 2001/02/06 17:02:13
Line 1 
Line 1 
 /* /*
         $Log$         $Log$
           Revision 1.3  2001/02/06 17:02:13  karl
           rearrange documentation for interfaces
   
         Revision 1.2  2001/02/02 18:48:20  karl         Revision 1.2  2001/02/02 18:48:20  karl
         Doc++ expansion         Doc++ expansion
  
Line 21 
Line 24 
  
 Pegasus has effectivly implemented the same operations and data defintions across all of these interfaces with minor differences because of the special characteristics of each interface. Pegasus has effectivly implemented the same operations and data defintions across all of these interfaces with minor differences because of the special characteristics of each interface.
  
   <B>Implementing the CIM over HTTP Operations</B>
   The core operations implemented in Pegasus are based entirely on the CIM operations over HTTP definitions by the DMTF in CIM Operations over HTTP specificaiton.
   
   The creation of all Pegasus interfaces is based on this core was a key objective in the design of Pegasus. These operations provide the creation, deletion, manipulation of CIM classes and objects and their components.
   
   Pegasus implements these operations as methods in the Pegasus class Operations The interfaces for this class and methods is defined in the header file operations.h.
   
 <B>Client Interface</B> <B>Client Interface</B>
   In Pegasus the client is a separate component that can communicate with the Pegasus server either through the WBEM CIM/XML protocol or directly through the Pegasus Client C++ Interfaces.
  
   The Client interfaces are an extension of the Pegasus Operations interfaces with some specific methods added for client/server communication control.
  
 <B>Provider Interface</B> <B>Provider Interface</B>
  
Line 50 
Line 62 
 retrieve provide persistence for class and instance information. retrieve provide persistence for class and instance information.
  
 A prototype implementation of both a class and instance provider is provided with Pegasus (ATTN: SEE ALSO). However, it is expected that this will be replaced in many installations. A prototype implementation of both a class and instance provider is provided with Pegasus (ATTN: SEE ALSO). However, it is expected that this will be replaced in many installations.
   
 . .
 */ */
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2