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

 1 marek 1.1 // 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_CalculationBasedOnQueue 
 6           // ==================================================================
 7              [Association, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::QoS" ), 
 9               Description ( 
10                  "This association establishes a dependency relationship between "
11                  "a QueuingService and an instance of the "
12                  "DropThresholdCalculationService class. The queue\'s current "
13                  "depth is used by the CalculationService in calculating an "
14                  "average/smoothed queue depth." )]
15           class CIM_CalculationBasedOnQueue : CIM_ServiceServiceDependency {
16           
17                 [Override ( "Antecedent" ), 
18                  Min ( 1 ), 
19                  Max ( 1 ), 
20                  Description ( "The queue examined by the CalculationService." )]
21              CIM_QueuingService REF Antecedent;
22 marek 1.1 
23                 [Override ( "Dependent" ), 
24                  Description ( 
25                     "The CalculationService that provides an average queue depth."
26                      )]
27              CIM_DropThresholdCalculationService REF Dependent;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2