CIM SMASH/Server Management API
Class CIM_SubUoWDef
extends CIM_Dependency (Association)
This association defines the sub-UnitsOfWork (the sub- transactions) for a particular UnitOfWorkDefinition. For example, an 'AddOrder' UnitOfWork could have sub-Units of 'ValidateCustomer', 'ValidatePartNumber', 'UpdateDatabase', etc. This is a Dependency relationship since the sub-UnitsOf Work are put in context relative to the parent Unit. It is not an aggregation relationship - since (using another example) a 'DatabaseWrite' transaction is likely to be dependent upon a 'DiskWrite', but the two transactions are separate concepts and one is not 'contained' by the other.
Details...
This class is not implemented.
Class Qualifiers
Name | Data Type | Value | Scope | Flavors |
---|---|---|---|---|
Association | boolean | true | None | OVERRIDABLE= false |
Description | string | This association defines the sub-UnitsOfWork (the sub- transactions) for a particular UnitOfWorkDefinition. For example, an 'AddOrder' UnitOfWork could have sub-Units of 'ValidateCustomer', 'ValidatePartNumber', 'UpdateDatabase', etc. This is a Dependency relationship since the sub-UnitsOf Work are put in context relative to the parent Unit. It is not an aggregation relationship - since (using another example) a 'DatabaseWrite' transaction is likely to be dependent upon a 'DiskWrite', but the two transactions are separate concepts and one is not 'contained' by the other. | None | TRANSLATABLE= true |
UMLPackagePath | string | CIM::Metrics::UnitOfWork | None | None |
Version | string | 2.6.0 | TOSUBCLASS= false | TRANSLATABLE= true |
Association References
Name | Class Origin | Reference Class |
---|---|---|
Antecedent | CIM_SubUoWDef | CIM_UnitOfWorkDefinition |
Dependent | CIM_SubUoWDef | CIM_UnitOfWorkDefinition |
Copyright © 2008-2020 VMware, Inc. All rights reserved.