(file) Return to CIM_ObjectManagerAdapter.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM241 / DMTF / Interop

File: [Pegasus] / pegasus / Schemas / CIM241 / DMTF / Interop / CIM_ObjectManagerAdapter.mof (download)
Revision: 1.1, Mon Aug 25 21:28:36 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, HEAD
Branch point for: TASK-PEP317_pullop-branch
BUG#: 9745
TITLE: Update to use Latest CIM Schema

DESCRIPTION: Commit Schema 241 to CVS including Pegasus link files

// Copyright (c) 2013 DMTF.  All rights reserved.
   [Deprecated { "CIM_ProtocolService", "No value" }, 
    Version ( "2.39.0" ), 
    UMLPackagePath ( "CIM::Interop" ), 
    Description ( 
       "ObjectManagerAdapter is deprececated. Client Object Manager "
       "Adapter is now modeled by ProtocolService. There is no "
       "replacement for the other types of adapters. \n"
       "A ObjectManagerAdapter is a Service of the CIM Object Manager. "
       "An adapter can be any service of the Object Manager that needs "
       "to be managed (e.g. started, stopped, monitored, ...). There "
       "MUST be an instance for each Adapter type." )]
class CIM_ObjectManagerAdapter : CIM_WBEMService {

      [Override ( "Name" ), 
       Description ( 
          "A human-readable name that uniquely identifies the "
          "ObjectManager within a system." )]
   string Name;

      [Override ( "ElementName" ), 
       Description ( 
          "The ElmentName property is used as a name of the Object "
          "Manager Adapter for human interfaces. For example, \"ACME "
          "ObjectManager Adapter\"." )]
   string ElementName;

      [Deprecated { "No value" }, 
       Required, Description ( 
          "An implementation specific string that identifies the "
          "handle to the Object Manager Adapter." )]
   string Handle;

      [Deprecated { "No value" }, 
       Required, Description ( 
          "AdapterType enumerates the kind of Object Manager "
          "Adapter. If \'Other\' is specified, the "
          "OtherAdapterTypeDescription property MUST be populated. \n"
          "Other - If the adapter does not fit into one of the "
          "other catagories in the list. If specified, the "
          "OtherAdapterTypeDescription property MUST be populated. \n"
          "Client - A client side adapter that responds to client "
          "operation requests, such as CIM-XML or CIM-SOAP. \n"
          "Provider - A provider adapter, such as DMI, SNMP, JSR48 "
          "or CMPI. \n"
          "Indication Handler - An Indication Handler is a service "
          "that delivers indications to a subscriber. Examples of "
          "possible Indication Handlers are CIM-XML, CIM-SOAP, SMPT "
          "(e-mail) or any other delivery mechanism. \n"
          "Repository - A repository is an adapter that can "
          "store/retrieve persistent data, such as CIM Qualifier "
          "Types, CIM Classes and CIM Instances. An Object Manager "
          "could use multiple repositiories at one time, for "
          "example one could be used for CIM Schema information "
          "only, while another is used for instance information. "
          "Repositories MAY be remote or local to the CIM Object "
          "Manager. Examples of repository implementations could be "
          "databases, LDAP or files." ), 
       ValueMap { "1", "2", "3", "4", "5" }, 
       Values { "Other", "Client", "Provider", "Indication Handler", 
          "Repository" }, 
       ModelCorrespondence { 
          "CIM_ObjectManagerAdapter.OtherAdapterTypeDescription" }]
   uint16 AdapterType;

      [Deprecated { "No value" }, 
       Description ( 
          "The type(s) of ObjectManagerAdapter when \"Other\" is "
          "included in ObjectManagerAdapterType property." ), 
       ModelCorrespondence { "CIM_ObjectManagerAdapter.AdapterType" }]
   string OtherAdapterTypeDescription;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2