(file) Return to CIM_MarkerService.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_MarkerService 
 6               // ==================================================================
 7                  [Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Network::QoS" ), 
 9                   Description ( 
10                      "MarkerService represents the general process of marking a "
11                      "selected field in a network packet with a specified value. "
12                      "Packets are marked in order to control the conditioning that "
13                      "they will subsequently receive. Subclasses of MarkerService "
14                      "identify the specific fields to be marked, and introduce "
15                      "properties to represent the values used in marking these "
16                      "fields. Markers are usually invoked as a result of a preceding "
17                      "classifier match. \n"
18                      "\n"
19                      "MarkerService is a concrete class because its superclass "
20                      "(ConditioningService) is concrete. While this class can be "
21                      "instantiated, an instance of it does not accomplish anything, "
22 karl  1.1.2.2        "because both the field to be marked and the value used to mark "
23                      "it are defined in subclasses. \n"
24                      "\n"
25                      "MarkerService is modeled as a ConditioningService so that it "
26                      "can be aggregated into a QoSService (using the "
27                      "QoSConditioningSubService association). This association "
28                      "indicates that the MarkerService\'s functionality underlies "
29                      "the QoSService. MarkerService also participates in the "
30                      "NextService association to identify the subsequent "
31                      "ConditioningService(s) that act on packets after they have "
32                      "been marked." )]
33               class CIM_MarkerService : CIM_ConditioningService {
34               
35               
36               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2