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

  1 karl  1.1.2.1 //%/////////////////////////////////////////////////////////////////////////////
  2               //
  3               // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM, 
  4               // The Open Group, Tivoli Systems
  5               //
  6               // Permission is hereby granted, free of charge, to any person obtaining a copy
  7               // of this software and associated documentation files (the "Software"), to 
  8               // deal in the Software without restriction, including without limitation the 
  9               // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 
 10               // sell copies of the Software, and to permit persons to whom the Software is
 11               // furnished to do so, subject to the following conditions:
 12               // 
 13               // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN 
 14               // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
 15               // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 16               // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
 17               // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
 18               // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
 19               // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 20               // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 21               //
 22 karl  1.1.2.1 //==============================================================================
 23               /* PegasusDoc.dxx - Top Level file for Pegasus Provider Specification.
 24               This file defines the document strucuture and provides the introduction
 25               	$Author: karl $
 26               */
 27               /* WARNING: do not change the following Name.  It is 
 28                  used in the TOC definition.
 29                  If you change it, the HTML Frame must also be changed.
 30               */
 31               /** @name Introduction
 32               
 33               <CENTER><FONT Size=+4>PEGASUS Provider Specification</FONT></CENTER>
 34               
 35               <P><B><CENTER>DRAFT FOR REVIEW</CENTER></B>
 36               <SMALL><CENTER>version 0.5</CENTER></SMALL>
 37               
 38               Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards.
 39               
 40               <B>This Document</B>
 41               
 42               <P>This document is a specification for the Interfaces between the Pegasus CIM Object Manager and providers compatible with this object manager.
 43 karl  1.1.2.1 
 44               
 45               This is not an internals manual for Pegasus.  The Internals for Pegasus developers will be defined in a separate manual that will be available from The Open Group (\URL{http://www.opengroup.org/management}).
 46               
 47               NOTE: This a working document today.  It is revised frequently as we learn more about the documentation system and stabilize the Pegasus interfaces.  We apologize for the existing insonsistencies and errors in this working version of the document.
 48               
 49               This version of the Pegasus Provider Interface Specification was created at \today
 50               */
 51               
 52               */
 53               //@Include:DocumentHistory.dxx
 54               /* The following is the complete file hiearchy for this document.
 55                  We have tried to keep all file references in only this one place
 56                  to make modification easier.  In the future, please keep the
 57                  references here and text in the individual files.
 58               */
 59               
 60                   //@Include: ObjectivesChapter.dxx
 61                   //@Include: ReferencesChapter.dxx
 62                   //@Include: ArchitectureChapter.dxx
 63                   //@Include: PegasusProviderInterfaceChapter.dxx
 64 karl  1.1.2.2     //@Include: CIMObjectDefinitionsChapter.dxx
 65 karl  1.1.2.1         //@{
 66               	   //@Include: CIMObjects.dxx
 67               	   //@Include: CIMOBJECTTable.dxx
 68               	   //@Include: Classes.dxx
 69                          //@{ 
 70                   		//@Include: ..\..\src\Pegasus\Common\Array.h
 71                   		//@Include: ..\..\src\Pegasus\Common\CIMClass.h
 72                   		//@Include: ..\..\src\Pegasus\Common\CIMDateTime.h
 73                   		//@Include: ..\..\src\Pegasus\Common\CIMQualifierDecl.h
 74                   		//@Include: ..\..\src\Pegasus\Common\String.h
 75                   		//@Include: ..\..\src\Pegasus\Common\CIMType.h
 76                   		//@Include: ..\..\src\Pegasus\Common\CIMInstance.h
 77                   		//@Include: ..\..\src\Pegasus\Common\CIMValue.h
 78                   		//@Include: ..\..\src\Pegasus\Common\CIMParameter.h
 79                   		//@Include: ..\..\src\Pegasus\Common\CIMProperty.h
 80                   		//@Include: ..\..\src\Pegasus\Common\CIMScope.h
 81                   		//@Include: ..\..\src\Pegasus\Common\CIMReference.h
 82                   		//@Include: ..\..\src\Pegasus\Common\CIMQualifierList.h    		
 83                   		//@Include: ..\..\src\Pegasus\Common\CIMQualifierNames.h
 84                   		//@Include: ..\..\src\Pegasus\Common\CIMQualifier.h
 85                   		//@Include: ..\..\src\Pegasus\Common\CIMName.h
 86 karl  1.1.2.1     		//@Include: ..\..\src\Pegasus\Common\CIMMethod.h
 87                   		//@Include: ..\..\src\Pegasus\Common\CIMFlavor.h
 88                   		//@Include: ..\..\src\Pegasus\Common\Char16.h
 89                       	//@Include: ..\..\src\Pegasus\Common\DeclContext.h
 90                        	//@Include: ..\..\src\Pegasus\Common\Stack.h 
 91                        	//@Include: ..\..\src\Pegasus\Common\CIMName.h 
 92                            	//@Include: ..\..\src\Pegasus\Common\StopWatch.h 
 93                        	//@Include: ..\..\src\Pegasus\Common\TimeValue.h 
 94                       	//@{
 95               		//@Include: Exceptions.dxx  
 96                       	//@Include: ..\..\src\Pegasus\Common\Exception.h
 97                       	//@}
 98                           //@}
 99                       	
100               	//@}
101                   //@Include: APIDefinitionsChapter.dxx
102                      //@{
103                   	   //@Include: ProviderInterfaces.dxx
104                   	   	//@{
105 karl  1.1.2.2 		    //@Include: ..\..\src\Pegasus\Provider2\AsyncResponseHandler.h
106               		    //@Include: ..\..\src\Pegasus\Provider2\CIMAssociationProvider.h
107 karl  1.1.2.1 		    //@Include: ..\..\src\Pegasus\Provider2\CIMBaseProvider.h
108               		    //@Include: ..\..\src\Pegasus\Provider2\CIMClassProvider.h
109               		    //@Include: ..\..\src\Pegasus\Provider2\CIMIndicationConsumer.h
110               		    //@Include: ..\..\src\Pegasus\Provider2\CIMIndicationProvider.h
111               		    //@Include: ..\..\src\Pegasus\Provider2\CIMInstanceProvider.h
112               		    //@Include: ..\..\src\Pegasus\Provider2\CIMMethodProvider.h
113               		    //@Include: ..\..\src\Pegasus\Provider2\CIMPredicate.h
114               		    //@Include: ..\..\src\Pegasus\Provider2\CIMPropertyProvider.h
115               		    //@Include: ..\..\src\Pegasus\Provider2\CIMProviderStub.h
116               		    //@Include: ..\..\src\Pegasus\Provider2\CIMQueryProvider.h
117 karl  1.1.2.2 		    //@Include: ..\..\src\Pegasus\Provider2\OperationContext.h
118               		    //@Include: ..\..\src\Pegasus\Provider2\OperationFlag.h
119               		    //@Include: ..\..\src\Pegasus\Provider2\ResponseHandler.h
120 karl  1.1.2.1 		    //@Include: ..\..\src\Pegasus\Provider2\SimpleResponseHandler.h
121               		//@}  	 
122               
123                      //@}
124                   
125                   //@Include: ExamplesChapter.dxx
126                   	
127                   	//@{
128                    		//@Include: ExamplesProvider.dxx  
129                   	//@}
130                
131               

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2