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

File: [Pegasus] / pegasus / Schemas / CIM241 / DMTF / Interop / CIM_ProtocolAdapter.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) 2005 DMTF.  All rights reserved.
   [Deprecated { "CIM_ObjectManagerAdapter" }, 
    Version ( "2.8.0" ), 
    UMLPackagePath ( "CIM::Interop" ), 
    Description ( 
       "CIM_ProtocolAdapter is deprecated in lieu of "
       "CIM_ObjectManagerAdapter. Since the CIM_ProtocolAdapter class "
       "does not have to support the protocols and can be any type of "
       "adapter, it was decided to change the name to "
       "ObjectManagerAdapter to better reflect the true meaning of the "
       "class. A ProtocolAdapter is a Service of the CIM Object "
       "Manager. It is responsible for accepting incoming requests on "
       "a particular protocol, and translating and forwarding the "
       "request to the CIM Object Manager. It is also responsible for "
       "translating and sending the response from the CIM Object "
       "Manager." )]
class CIM_ProtocolAdapter : CIM_WBEMService {

      [Deprecated { "CIM_ObjectManagerAdapter.Name" }, 
       Override ( "Name" ), 
       Description ( 
          "A human-readable name that uniquely identifies the "
          "Protocol Adapter within a system." )]
   string Name;

      [Deprecated { "CIM_ObjectManagerAdapter.Handle" }, 
       Required, Description ( 
          "An implementation specific string that identifies the "
          "handle to the ProtocolAdapter." )]
   string Handle;

      [Deprecated { "CIM_ObjectManagerAdapter.AdapterType" }, 
       Required, Description ( 
          "ProtocolAdapterType enumerates the kind of Protocol Adapter."
           ), 
       ValueMap { "1", "2", "3" }, 
       Values { "Other", "Client", "Provider" }, 
       ModelCorrespondence { 
          "CIM_ProtocolAdapter.OtherProtocolAdapterType" }]
   uint16 ProtocolAdapterType;

      [Deprecated { 
          "CIM_ObjectManagerAdapter.OtherAdapterTypeDescription" }, 
       Description ( 
          "The type(s) of ProtocolAdapter when \"Other\" is "
          "included in ProtocolAdapterType property." ), 
       ModelCorrespondence { 
          "CIM_ProtocolAdapter.ProtocolAdapterType" }]
   string OtherProtocolAdapterType;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2