(file) Return to CIM_Database.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIMPrelim29

  1 karl  1.1 // ===================================================================
  2           // Title:  Database MOF Specification
  3           // $State: Preliminary $
  4           // $Date: 2004/05/18 19:26:50 $
  5           // $Source: /home/dmtf2/dotorg/var/cvs/repositories/dev/Schema/MOF/CIM_Database.mof,v $
  6           // $Revision: 1.4 $
  7           // ===================================================================
  8           //#pragma inLine ("Includes/copyright.inc")
  9           // Copyright 1998-2004 Distributed Management Task Force, Inc. (DMTF).
 10           // All rights reserved.
 11           // DMTF is a not-for-profit association of industry members dedicated
 12           // to promoting enterprise and systems management and interoperability.
 13           // DMTF specifications and documents may be reproduced for uses
 14           // consistent with this purpose by members and non-members,
 15           // provided that correct attribution is given.
 16           // As DMTF specifications may be revised from time to time,
 17           // the particular version and release date should always be noted.
 18           // 
 19           // Implementation of certain elements of this standard or proposed
 20           // standard may be subject to third party patent rights, including
 21           // provisional patent rights (herein "patent rights"). DMTF makes
 22 karl  1.1 // no representations to users of the standard as to the existence
 23           // of such rights, and is not responsible to recognize, disclose, or
 24           // identify any or all such third party patent right, owners or
 25           // claimants, nor for any incomplete or inaccurate identification or
 26           // disclosure of such rights, owners or claimants. DMTF shall have no
 27           // liability to any party, in any manner or circumstance, under any
 28           // legal theory whatsoever, for failure to recognize, disclose, or
 29           // identify any such third party patent rights, or for such party's
 30           // reliance on the standard or incorporation thereof in its product,
 31           // protocols or testing procedures. DMTF shall have no liability to
 32           // any party implementing such standard, whether such implementation
 33           // is foreseeable or not, nor to any patent owner or claimant, and shall
 34           // have no liability or responsibility for costs or losses incurred if
 35           // a standard is withdrawn or modified after publication, and shall be
 36           // indemnified and held harmless by any party implementing the
 37           // standard from any and all claims of infringement by a patent owner
 38           // for such implementations.
 39           // 
 40           // For information about patents held by third-parties which have
 41           // notified the DMTF that, in their opinion, such patent may relate to
 42           // or impact implementations of DMTF standards, visit
 43 karl  1.1 // http://www.dmtf.org/about/policies/disclosures.php.
 44           //#pragma inLine
 45           // ===================================================================
 46           // Description:
 47           //       The database model provides a set of classes and
 48           //       associations for managing database systems.
 49           // 
 50           //       This MOF describes a three level model for a database
 51           //       environment.
 52           //          1) The database system software that has been deployed
 53           //          2) The common database entity and associated storage
 54           //          3) The database runtime services which perform tasks for the
 55           //             database, such as coordinating user access
 56           // 
 57           //       The classes and associations provided in this model are
 58           //       intended to be common across all database organizations
 59           //       and vendor implementations.  The database model
 60           //       represents the entities, associations, and properties that
 61           //       at an abstract level are appropriate for all database
 62           //       organizations and vendor implementations.  For readability
 63           //       purposes, the term database when used in this MOF refers to
 64 karl  1.1 //       the common database entity.
 65           // 
 66           //       The object classes below are listed in an order that
 67           //       avoids forward references. Required objects that have been
 68           //       defined by other working groups are omitted.
 69           // 
 70           //       The includes are listed in an order that avoids forward
 71           //       references.  Dependent classes or associations that are
 72           //       part of other models have been omitted.
 73           // ==================================================================
 74           
 75           #pragma locale ("en_US")
 76           
 77           
 78           // ==================================================================
 79           // Compile prerequisite:  Core, User-Security, Application and
 80           //                        System MOFs
 81           //    User-Security MOF required - User_Org.mof
 82           //    Application MOF required - Application_DeploymentModel.mof
 83           //    System MOF required - System_SystemResources.mof
 84           //                          System_FileElements.mof
 85 karl  1.1 // ==================================================================
 86           
 87           
 88           // ==================================================================
 89           // Database System
 90           // ==================================================================
 91           #pragma include ("Database_System.mof")
 92           
 93           // ==================================================================
 94           // Database Storage
 95           // ==================================================================
 96           #pragma include ("Database_Storage.mof")
 97           
 98           // ==================================================================
 99           // Database Statistics
100           // ==================================================================
101           #pragma include ("Database_Statistics.mof")
102           
103           // ==================================================================
104           // Database SWResource Aspect
105           // ==================================================================
106 karl  1.1 #pragma include ("Database_SWResources.mof")
107           
108           // ==================================================================
109           // end of file
110           // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2