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

Diff for /pegasus/doc/apidoc/Attic/apidoc.dxx between version 1.1 and 1.2

version 1.1, 2003/10/01 19:02:04 version 1.2, 2003/10/03 16:55:31
Line 1 
Line 1 
 /* api.dxx - Top Level file for Developer api Documentation. /* api.dxx - Top Level file for Developer api Documentation.
 This file defines the document strucuture and provides the introduction This file defines the document strucuture and provides the introduction
  
   
         $Author$         $Author$
 */ */
 /* do not change the following Name.  Used in the Frame definition. /* do not change the following Name.  Used in the Frame definition.
Line 12 
Line 11 
 <CENTER><FONT Size=+4>PEGASUS Public APIs</FONT></CENTER> <CENTER><FONT Size=+4>PEGASUS Public APIs</FONT></CENTER>
  
 <P><B><CENTER>STATUS: DRAFT FOR REVIEW</CENTER></B> <P><B><CENTER>STATUS: DRAFT FOR REVIEW</CENTER></B>
 <SMALL><CENTER>version 1.01 13 September 2003</CENTER></SMALL>  <SMALL><CENTER>version 1.01 13 September 2003, Pegasus 2.3</CENTER></SMALL>
  
 Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards. Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards.
  
Line 22 
Line 21 
  
 This manual serves as both a manual for installation and operation of the prototype version of Pegasus and a manual for developing components to attach to Pegasus. In addition to the manual, we keep current working information in a set of README files within the Pegasus distributions. Please consult these files also. This manual serves as both a manual for installation and operation of the prototype version of Pegasus and a manual for developing components to attach to Pegasus. In addition to the manual, we keep current working information in a set of README files within the Pegasus distributions. Please consult these files also.
  
 Within this manual you will find:  Within this document you will find:
 <UL> <UL>
 <LI>Information on the installation and operation of the broker and additional components.  <LI>definition of the public APIs defined for the current version of Pegasus including the client, CIMOM, and provider APIs
 <LI> A basic defintion of the architecture and function of Pegasus.  <LI> Information on the status of these APIs (frozen, experimental, etc.)
 <LI>The current definition of the programming interfaces that Pegasus allows.  As these interfaces are stabilized they will be moved from this document to an Open Group specificaton.  <LI> Usage examples of the APIs with the defintions.
 <LI>A number of defintions of additional code that is  
 available to interface with Pegasus as providers, consumers, and services.  
 </UL> </UL>
   
 */ */
  
   
 /* The following is the complete file hiearchy for this document. /* The following is the complete file hiearchy for this document.
    We have tried to keep all file references in only this one place    We have tried to keep all file references in only this one place
    to make modification easier.  In the future, please keep the    to make modification easier.  In the future, please keep the
Line 42 
Line 37 
 TBD: Pegasus API version information TBD: Pegasus API version information
 */ */
  
 /** @name Pegasus CIM OBjects and General Function APIs  /** @name Pegasus CIM Objects and Common Function APIs
         NOTE: This needs to be reorganized to take into account a structure for these APIs         NOTE: This needs to be reorganized to take into account a structure for these APIs
 */ */
         //@{         //@{
            //@{            //@{
                 //@Include: ../../src/Pegasus/Common/Array.h                 //@Include: ../../src/Pegasus/Common/Array.h
                   //@Include: ../../src/Pegasus/Common/ArrayInter.h
                 //@Include: ../../src/Pegasus/Common/Boolean.h                 //@Include: ../../src/Pegasus/Common/Boolean.h
                 //@Include: ../../src/Pegasus/Common/CIMClass.h                 //@Include: ../../src/Pegasus/Common/CIMClass.h
                 //@Include: ../../src/Pegasus/Common/CIMClassRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMDateTime.h                 //@Include: ../../src/Pegasus/Common/CIMDateTime.h
                 //@Include: ../../src/Pegasus/Common/CIMExceptionRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMFlavor.h                 //@Include: ../../src/Pegasus/Common/CIMFlavor.h
                 //@Include: ../../src/Pegasus/Common/CIMIndication.h                 //@Include: ../../src/Pegasus/Common/CIMIndication.h
                 //@Include: ../../src/Pegasus/Common/CIMInstance.h                 //@Include: ../../src/Pegasus/Common/CIMInstance.h
                 //@Include: ../../src/Pegasus/Common/CIMInstanceRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMMessage.h  
                 //@Include: ../../src/Pegasus/Common/CIMMethod.h                 //@Include: ../../src/Pegasus/Common/CIMMethod.h
                 //@Include: ../../src/Pegasus/Common/CIMMethodRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMName.h                 //@Include: ../../src/Pegasus/Common/CIMName.h
                 //@Include: ../../src/Pegasus/Common/CIMOMPort.h  
                 //@Include: ../../src/Pegasus/Common/CIMObject.h                 //@Include: ../../src/Pegasus/Common/CIMObject.h
                 //@Include: ../../src/Pegasus/Common/CIMObjectPath.h                 //@Include: ../../src/Pegasus/Common/CIMObjectPath.h
                 //@Include: ../../src/Pegasus/Common/CIMObjectRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMParamValue.h                 //@Include: ../../src/Pegasus/Common/CIMParamValue.h
                 //@Include: ../../src/Pegasus/Common/CIMParamValueRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMParameter.h                 //@Include: ../../src/Pegasus/Common/CIMParameter.h
                 //@Include: ../../src/Pegasus/Common/CIMParameterRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMPredicate.h                 //@Include: ../../src/Pegasus/Common/CIMPredicate.h
                 //@Include: ../../src/Pegasus/Common/CIMProperty.h                 //@Include: ../../src/Pegasus/Common/CIMProperty.h
                 //@Include: ../../src/Pegasus/Common/CIMPropertyList.h                 //@Include: ../../src/Pegasus/Common/CIMPropertyList.h
                 //@Include: ../../src/Pegasus/Common/CIMPropertyRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMQualifier.h                 //@Include: ../../src/Pegasus/Common/CIMQualifier.h
                 //@Include: ../../src/Pegasus/Common/CIMQualifierDecl.h                 //@Include: ../../src/Pegasus/Common/CIMQualifierDecl.h
                 //@Include: ../../src/Pegasus/Common/CIMQualifierDeclRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMQualifierList.h                 //@Include: ../../src/Pegasus/Common/CIMQualifierList.h
                 //@Include: ../../src/Pegasus/Common/CIMQualifierNames.h  
                 //@Include: ../../src/Pegasus/Common/CIMQualifierRep.h  
                 //@Include: ../../src/Pegasus/Common/CIMRepositoryBase.h  
                 //@Include: ../../src/Pegasus/Common/CIMScope.h                 //@Include: ../../src/Pegasus/Common/CIMScope.h
                 //@Include: ../../src/Pegasus/Common/CIMStatusCode.h                 //@Include: ../../src/Pegasus/Common/CIMStatusCode.h
                 //@Include: ../../src/Pegasus/Common/CIMType.h                 //@Include: ../../src/Pegasus/Common/CIMType.h
                 //@Include: ../../src/Pegasus/Common/CIMValue.h                 //@Include: ../../src/Pegasus/Common/CIMValue.h
                 //@Include: ../../src/Pegasus/Common/Char16.h                 //@Include: ../../src/Pegasus/Common/Char16.h
                 //@Include: ../../src/Pegasus/Common/Formatter.h                  //@Include: ../../src/Pegasus/Common/Config.h
                 //@Include: ../../src/Pegasus/Common/OperationContext.h  
                 //@Include: ../../src/Pegasus/Common/Queue.h  
                 //@Include: ../../src/Pegasus/Common/Stopwatch.h  
                 //@Include: ../../src/Pegasus/Common/String.h                 //@Include: ../../src/Pegasus/Common/String.h
  
                   //@Include: ../../src/Pegasus/Common/OperationContext.h
                   //@Include: ../../src/Pegasus/Common/ResponseHandler.h
   
                   //@Include: ../../src/Pegasus/Common/SSLContext.h
                    /* effective 2.3 */
                   //@Include: ../../src/Pegasus/Common/CIMIndication.h
   
                 //@{                 //@{
                 /// @name Exceptions                 /// @name Exceptions
                 //@Include: ../../src/Pegasus/Common/Exception.h                 //@Include: ../../src/Pegasus/Common/Exception.h
Line 98 
Line 84 
             //@}             //@}
  
         //@}         //@}
     /// @name Client and Provider Interfaces      /// @name ClientInterfaces
        //@{        //@{
             /** @name Pegasus Operations             /** @name Pegasus Operations
             NOTE That this section should probably go away             NOTE That this section should probably go away
Line 110 
Line 96 
                 //@{                 //@{
                     //@Include: ../../src/Pegasus/Client/CIMClient.h                     //@Include: ../../src/Pegasus/Client/CIMClient.h
                 //@}                 //@}
          //@}
            /// @name Pegasus Provider Interfaces            /// @name Pegasus Provider Interfaces
                 //@{                 //@{
  
                         //@Include: ../../src/Pegasus/Provider/CIMProvider.h                         //@Include: ../../src/Pegasus/Provider/CIMProvider.h
                         //@Include: ../../src/Pegasus/Provider/CIMAssociationProvider.h                         //@Include: ../../src/Pegasus/Provider/CIMAssociationProvider.h
                         //@Include: ../../src/Pegasus/Provider/CIMClassProvider.h  
                         //@Include: ../../src/Pegasus/Provider/CIMIndicationConsumer.h                         //@Include: ../../src/Pegasus/Provider/CIMIndicationConsumer.h
                         //@Include: ../../src/Pegasus/Provider/CIMIndicationProvider.h                         //@Include: ../../src/Pegasus/Provider/CIMIndicationProvider.h
                         //@Include: ../../src/Pegasus/Provider/CIMInstanceProvider.h                         //@Include: ../../src/Pegasus/Provider/CIMInstanceProvider.h
                         //@Include: ../../src/Pegasus/Provider/CIMMethodProvider.h                         //@Include: ../../src/Pegasus/Provider/CIMMethodProvider.h
                         //@Include: ../../src/Pegasus/Provider/CIMNullProvider.h  
                         //@Include: ../../src/Pegasus/Provider/CIMOMHandle.h                         //@Include: ../../src/Pegasus/Provider/CIMOMHandle.h
                         //@Include: ../../src/Pegasus/Provider/CIMPropertyProvider.h  
                         //@Include: ../../src/Pegasus/Provider/CIMQueryProvider.h  
                         //@Include: ../../src/Pegasus/Provider/ProviderException.h                         //@Include: ../../src/Pegasus/Provider/ProviderException.h
                 //@}                 //@}
        //@}  
 /** @name Document References /** @name Document References
  
 This section will contain references to external documents. This section will contain references to external documents.


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