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

  1 karl  1.1 /* api.dxx - Top Level file for Developer api Documentation.
  2           This file defines the document strucuture and provides the introduction
  3           
  4           	$Author: karl $
  5           */
  6           /* do not change the following Name.  Used in the Frame definition.
  7           If you change it, the HTML Frame must also be changed.
  8           */
  9           /** @name Introduction
 10           
 11           <CENTER><FONT Size=+4>PEGASUS Public APIs</FONT></CENTER>
 12           
 13           <P><B><CENTER>STATUS: DRAFT FOR REVIEW</CENTER></B>
 14 karl  1.5 <SMALL><CENTER>version 1.01 30 October 2003, Pegasus 2.3</CENTER></SMALL>
 15 karl  1.1 
 16           Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards.
 17           
 18           
 19 karl  1.5 <P>This is a working document that contains the interfaces for the Pegasus 
 20           CIM Server implementation.  This is being created by the OpenGroup 
 21           Enterprise Management Program Group.  
 22           
 23           <p>In addition to this documentation, Pegasus has a Users' Guide that 
 24           specifies overview information and how to set up and install Pegasus.  In 
 25           addition to the manual, the README files contain specific information to 
 26           aide you in when working with Pegasus and its documentation.</p> 
 27 karl  1.1 
 28 karl  1.4 <p>Within this document, you will find the following:</p>
 29 karl  1.1 <UL>
 30 karl  1.4 <LI>A definition of the public APIs defined for the current version of Pegasus including the client, CIMOM, and provider APIs.
 31           <LI>Information on the status of these APIs (frozen, experimental, etc.).
 32 karl  1.2 <LI> Usage examples of the APIs with the defintions.
 33 karl  1.1 </UL>
 34           
 35 karl  1.4 <p>The following are interfaces that are frozen with the 2.3 release of Pegasus:
 36 karl  1.5 CONNIE: we will go nuts if we try to do the lists this way.  We need to mark them
 37                   in the classes and methods themselves, not in this list.  In reality
 38                   all interfaces that are not explicitly marked experimental are frozen.
 39                   We should state that.
 40                   Need to reference PEP 57 as the authority for this release.
 41 karl  1.4 
 42           
 43           <p>The following are interfaces that are experimental:
 44 karl  1.5 CONNIE: We might get by with this experimental list but it will change for each
 45                   version of the document.
 46 karl  1.4 
 47           
 48           <p>The following is the complete file hiearchy for this document.
 49 karl  1.1    We have tried to keep all file references in only this one place
 50              to make modification easier.  In the future, please keep the
 51              references here and text in the individual files.
 52 karl  1.4   </p>
 53 karl  1.1    
 54           TBD: Pegasus API version information
 55           */
 56           
 57 karl  1.2 /** @name Pegasus CIM Objects and Common Function APIs
 58 karl  1.5 	This section defines the Pegasus C++ Class that represent
 59                   the CIM objects and the common functions used by Pegasus 
 60 karl  1.6 */
 61                       
 62 karl  1.1         //@{
 63 karl  1.3         /// @name Classes for CIM Objects and Containers
 64 karl  1.1            //@{ 
 65           		//@Include: ../../src/Pegasus/Common/Array.h
 66 karl  1.2 		//@Include: ../../src/Pegasus/Common/ArrayInter.h
 67 karl  1.1 		//@Include: ../../src/Pegasus/Common/Boolean.h
 68           		//@Include: ../../src/Pegasus/Common/CIMClass.h
 69           		//@Include: ../../src/Pegasus/Common/CIMDateTime.h
 70           		//@Include: ../../src/Pegasus/Common/CIMFlavor.h
 71           		//@Include: ../../src/Pegasus/Common/CIMIndication.h
 72           		//@Include: ../../src/Pegasus/Common/CIMInstance.h
 73           		//@Include: ../../src/Pegasus/Common/CIMMethod.h
 74           		//@Include: ../../src/Pegasus/Common/CIMName.h
 75           		//@Include: ../../src/Pegasus/Common/CIMObject.h
 76           		//@Include: ../../src/Pegasus/Common/CIMObjectPath.h
 77           		//@Include: ../../src/Pegasus/Common/CIMParamValue.h
 78           		//@Include: ../../src/Pegasus/Common/CIMParameter.h
 79           		//@Include: ../../src/Pegasus/Common/CIMProperty.h
 80           		//@Include: ../../src/Pegasus/Common/CIMPropertyList.h
 81           		//@Include: ../../src/Pegasus/Common/CIMQualifier.h
 82           		//@Include: ../../src/Pegasus/Common/CIMQualifierDecl.h
 83           		//@Include: ../../src/Pegasus/Common/CIMQualifierList.h
 84           		//@Include: ../../src/Pegasus/Common/CIMScope.h
 85           		//@Include: ../../src/Pegasus/Common/CIMStatusCode.h
 86           		//@Include: ../../src/Pegasus/Common/CIMType.h
 87           		//@Include: ../../src/Pegasus/Common/CIMValue.h
 88 karl  1.1 		//@Include: ../../src/Pegasus/Common/Char16.h
 89 karl  1.2 		//@Include: ../../src/Pegasus/Common/Config.h
 90           		//@Include: ../../src/Pegasus/Common/String.h
 91 karl  1.3 		//@Include: ../../src/Pegasus/Common/CIMIndication.h
 92           	    //@}
 93                   /// @name Classes General Functionality
 94                      //@{ 
 95 karl  1.1 		//@Include: ../../src/Pegasus/Common/OperationContext.h
 96 karl  1.2 		//@Include: ../../src/Pegasus/Common/ResponseHandler.h
 97           		//@Include: ../../src/Pegasus/Common/SSLContext.h
 98 karl  1.3             //@}
 99 karl  1.5        /// @name CIM Object Exceptions
100 karl  1.3             //@{
101 karl  1.1         	//@Include: ../../src/Pegasus/Common/Exception.h
102                       //@}
103 karl  1.3        //@}
104 karl  1.2     /// @name ClientInterfaces
105 karl  1.1        //@{
106           	    /** @name Pegasus Operations
107           	    NOTE That this section should probably go away
108           	    */
109           	        //@{
110           		    //@Include: ../../doc/CIMOperations.h
111           		//@}
112 karl  1.3 	    /// @name Pegasus Client CIM Operation and Connection Interfaces   
113 karl  1.1 		//@{    
114           		    //@Include: ../../src/Pegasus/Client/CIMClient.h
115 karl  1.5 		    //@Include: ../../src/Pegasus/Client/CIMClientException.h
116 karl  1.1 		//@}
117 karl  1.3 	    /// @name Pegasus Client SLP interfaces   
118           		//@{    
119           		    //@Include: ../../src/Pegasus/Client/CIMServerDiscovery.h
120           		    //@Include: ../../src/Pegasus/Client/CIMServerDescription.h
121           		    //@Include: ../../src/Pegasus/Client/Attribute.h
122           		//@}
123           	    /// @name Pegasus Listener Interfaces   
124           		//@{    
125           		    //@Include: ../../src/Pegasus/Listener/CIMListener.h
126           		//@}
127 karl  1.2        //@}
128              /// @name Pegasus Provider Interfaces
129           	//@{
130 karl  1.3 	    /// Pegasus CIM Provider Types and Interfaces
131           	        //@{
132           			//@Include: ../../src/Pegasus/Provider/CIMProvider.h
133           			//@Include: ../../src/Pegasus/Provider/CIMAssociationProvider.h
134 karl  1.5 			//@Include: ../../src/Pegasus/Consumer/CIMIndicationConsumer.h
135 karl  1.3 			//@Include: ../../src/Pegasus/Provider/CIMIndicationProvider.h
136           			//@Include: ../../src/Pegasus/Provider/CIMInstanceProvider.h
137           			//@Include: ../../src/Pegasus/Provider/CIMMethodProvider.h
138           	        //@}  	 
139           	    /// Pegasus CIM Provider  CIMOM Handle Callback
140 karl  1.6 	        //@{ 
141           		    //@Include: ../../src/Pegasus/Provider/CIMOMHandle.h
142           	        //@}  	 
143 karl  1.3 	    /// Pegasus CIM Provider Exceptions
144 karl  1.6 	        //@{ 
145           		    //@Include: ../../src/Pegasus/Provider/ProviderException.h
146                           //@}
147           	//@}  	 
148 karl  1.5   /// @name Pegasus Server Indication Consumer
149                   //@{
150                           //@Include: ../../src/Pegasus/Consumer/CIMIndicationConsumer.h
151                   //@}  	 
152           
153           /** @name References and Glossary
154           This section contains common definitions, glossary information, etc.
155           */ 
156                //@{
157                   //@Include: ../DevManual/references.dxx
158                //@}
159           
160 karl  1.1 /** @name Document References
161           
162           This section will contain references to external documents.
163           
164           NOTE: documents we must reference include:
165           
166           <UL>
167           	<LI>DMTF Specifications
168           	<LI>
169           </UL/
170 karl  1.5 */    
171 karl  1.1  
172           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2