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

 1 karl  1.1.2.2 // Copyright (c) 2007 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.6.0" ), 
 3                   UMLPackagePath ( "CIM::Metrics::UnitOfWork" ), 
 4                   Description ( 
 5                      "Similar to the SubUoWDef association (which describes the "
 6                      "relationship between definitional UnitsOfWork), this "
 7                      "association identifies the executional UnitOfWork "
 8                      "Dependencies. It associates executing/executed UnitsOfWork "
 9                      "with their parent Units. In most cases, the SubUoW reflects "
10                      "the execution side of the relationship defined in SubUoWDef. "
11                      "However, there may be cases where the SubUoWDef is not "
12                      "defined, but for a particular UnitOfWork, the SubUoW "
13                      "relationship is valid. Therefore, it is not a requirement (but "
14                      "it is desirable) that there be a corresponding SubUoWDef for "
15                      "each instance of SubUoW." )]
16               class CIM_SubUoW : CIM_Dependency {
17               
18                     [Override ( "Antecedent" ), 
19                      Max ( 1 ), 
20                      Description ( 
21                         "The parent executing/executed UnitOfWork. On the "
22 karl  1.1.2.2           "execution side, it is expected that a sub-Unit is "
23                         "associated with only one parent UnitOfWork." )]
24                  CIM_UnitOfWork REF Antecedent;
25               
26                     [Override ( "Dependent" ), 
27                      Description ( 
28                         "The sub-UnitOfWork. On the execution side, it is "
29                         "expected that a sub-Unit is associated with only one "
30                         "parent UnitOfWork." )]
31                  CIM_UnitOfWork REF Dependent;
32               
33               
34               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2