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

 1 marek 1.1 // Copyright (c) 2011 DMTF.  All rights reserved.
 2              [Association, Version ( "2.31.0" ), 
 3               UMLPackagePath ( "CIM::System::Processing" ), 
 4               Description ( 
 5                  "AssociatedJobMethodResult represents an association between a "
 6                  "ConcreteJob and the MethodResult expressing the parameters for "
 7                  "the Job when the job was created by side-effect of the "
 8                  "execution of an extrinsic method." )]
 9           class CIM_AssociatedJobMethodResult {
10           
11                 [Key, Max ( 1 ), 
12                  Description ( "The associated ConcreteJob." )]
13              CIM_ConcreteJob REF Job;
14           
15                 [Key, Max ( 1 ), 
16                  Description ( "The associated MethodResult." )]
17              CIM_MethodResult REF JobParameters;
18           
19           
20           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2