(file) Return to CIM_OwningJobElement.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM2131 / DMTF / System

 1 s.manicka 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_OwningJobElement
 6               // ==================================================================
 7                  [Association, UMLPackagePath ( "CIM::System::Processing" ),
 8                   Version ( "2.7.0" ), Description (
 9                      "OwningJobElement represents an association between a Job and "
10                      "the ManagedElement responsible for the creation of the Job. "
11                      "This association may not be possible, given that the execution "
12                      "of jobs can move between systems and that the lifecycle of the "
13                      "creating entity may not persist for the total duration of the "
14                      "job. However, this can be very useful information when "
15                      "available. This association defines a more specific 'owner' "
16                      "than is provided by the CIM_Job.Owner string."), 
17                   ModelCorrespondence { "CIM_Job.Owner" }]
18               class CIM_OwningJobElement {
19               
20                     [Key, Max ( 1 ), Description (
21                         "The ManagedElement responsible for the creation of the Job.")]
22 s.manicka 1.1    CIM_ManagedElement REF OwningElement;
23               
24                     [Key, Description (
25                         "The Job created by the ManagedElement.")]
26                  CIM_Job REF OwnedElement;
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2