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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / System / CIM_ServiceProcess.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:52 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +56 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// <change cr="CIMCoreCR00866" type="change">Drop extraneous 
// sentence from class description.</change>
// ==================================================================
//  CIM_ServiceProcess 
// ==================================================================
   [Association, Version ( "2.14.0" ), 
    UMLPackagePath ( "CIM::System::Processing" ), 
    Description ( 
       "CIM_ServiceProcess is an association used to establish "
       "relationships between Services and Processes. It is used to "
       "indicate if a Service is running in a particular Process. It "
       "is also used to indicate, via the ExecutionType property, if "
       "the Service started and is wholly responsible for the Process, "
       "or if the Service is running in an existing Process, perhaps "
       "with other unrelated Services, which is owned or started by a "
       "different entity." )]
class CIM_ServiceProcess {

      [Key, Description ( 
          "The Service whose Process is described by this association."
           )]
   CIM_Service REF Service;

      [Key, Description ( 
          "The Process which represents or hosts the executing Service."
           )]
   CIM_Process REF Process;

      [Description ( 
          "Enumeration indicating how the Service runs in the "
          "context of, or owns the Process. \"Unknown\" indicates "
          "that the ExecutionType is not known. \"Other\" indicates "
          "that the ExecutionType does not match any of the values "
          "in the ExecutionType enumeration. \"Executes in Existing "
          "Process\" indicates that the Service is hosted in a "
          "Process that already exists in the system. The lifecycle "
          "of the Service is separate from that of the Process. "
          "\"Exeutes as Independent Process\" indicates that the "
          "Service is responsible for the lifecycle of the Process. "
          "When the Service is started, the Process is created. For "
          "example, ServletEngines can run \"InProcess\" within the "
          "existing Apache processes or \"OutOfProcess\" in its own "
          "servlet engine process. In this case the Apache process "
          "would communicate with the servlet engine process based "
          "on the content of the request. The association may be "
          "many to many." ), 
       ValueMap { "0", "1", "2", "3" }, 
       Values { "Unknown", "Other", "Executes in Existing Process", 
          "Executes as Independent Process" }]
   uint16 ExecutionType;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2