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

 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_JobSettingData 
 6           // ==================================================================
 7              [Version ( "2.9.0" ), 
 8               UMLPackagePath ( "CIM::System::Processing" ), 
 9               Description ( 
10                  "JobSettingData represents job characteristics and scheduling "
11                  "information for a CIM_Job. The settings may be applied to a "
12                  "job handling Service, a JobQueue or other destination to which "
13                  "jobs are submitted, and/or to individual CIM_Jobs. The "
14                  "applicability of the settings are defined using the "
15                  "ElementSettingData relationship. Since the Settings may be "
16                  "defined in several contexts and applied to many types of "
17                  "elements, this class is defined as a subclass of SettingData, "
18                  "versus ScopedSettingData." )]
19           class CIM_JobSettingData : CIM_SettingData {
20           
21                 [Write, Description ( 
22 marek 1.1           "Indicates whether or not the Job should be automatically "
23                     "deleted upon completion. Note that the \'completion\' of "
24                     "a recurring job is defined by its JobRunTimes or "
25                     "UntilTime properties, OR when the Job is terminated by "
26                     "manual intervention." ), 
27                  ModelCorrespondence { "CIM_Job.DeleteOnCompletion" }]
28              boolean DeleteOnCompletion;
29           
30                 [Description ( 
31                     "Describes the recovery setting if the Job does not "
32                     "successfully complete. The possible values are: \n"
33                     "0 = \"Unknown\", meaning it is unknown as to what "
34                     "recovery action to take \n"
35                     "1 = \"Other\", indicating that the recovery action will "
36                     "be specified in the property, OtherRecoveryAction \n"
37                     "2 = \"Do Not Continue\", meaning stop the execution of "
38                     "the job and appropriately update its status \n"
39                     "3 = \"Continue With Next Job\", meaning continue with "
40                     "the next job in the queue \n"
41                     "4 = \"Re-run Job\", indicating that the job should be "
42                     "re-run \n"
43 marek 1.1           "5 = \"Run Recovery Job\", meaning run the Job associated "
44                     "using the RecoveryJob relationship. Note that the "
45                     "recovery Job MUST already be on the queue from which it "
46                     "will run." ), 
47                  ValueMap { "0", "1", "2", "3", "4", "5" }, 
48                  Values { "Unknown", "Other", "Do Not Continue", 
49                     "Continue With Next Job", "Re-run Job", "Run Recovery Job" }, 
50                  ModelCorrespondence { 
51                     "CIM_JobSettingData.OtherRecoveryAction", 
52                     "CIM_Job.RecoveryAction" }]
53              uint16 RecoveryAction;
54           
55                 [Description ( 
56                     "A string describing the recovery action when the "
57                     "instance\'s RecoveryAction property is 1 (\"Other\")." ), 
58                  ModelCorrespondence { "CIM_JobSettingData.RecoveryAction", 
59                     "CIM_Job.OtherRecoveryAction" }]
60              string OtherRecoveryAction;
61           
62           
63           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2