SUMMARY: NESTED | FIELD | | METHOD |
DETAIL: FIELD | METHOD |
CIM_DependencyCIM_ProvidesServiceToElement
CIM_ServiceServiceDependency
Association class CIM_ServiceServiceDependency
General Information:
CIM_ServiceServiceDependency is an association
between a Service and another Service, which indicates that the latter
cooperates with the former, is required to be present, required to have
completed, or must be absent for the former Service to provide its
functionality. For example, Boot Services might be dependent upon underlying
system initialization Services. In the case of the initialization Services, the
Boot Service might be dependent on the completion of the init Services.
When
examining the ServiceServiceDependency class definition, note that its
superclass ProvidesServiceToElement is deprecated. Unfortunately,
ProvidesServiceToElement cannot be removed from the object hierarchy without a
major Schema release. When or if a major release occurs, the
ProvidesServiceToElement superclass will be removed, and
ServiceServiceDependency will subclass from CIM_Dependency
directly.
Qualifiers:
-------------
Association
Version=2.16.0
UMLPackagePath=CIM::Core::Service
Supported Fields Summary | |
---|---|
REF
CIM_Service |
Antecedent The required Service. |
REF
CIM_Service |
Dependent The Service that is dependent on an underlying Service. |
uint16
|
TypeOfDependency
The nature of the Service-to-Service dependency . . . |
boolean
|
RestartService
This property describes that the Antecedent Service must be restarted after the Dependent operation is complete. |
Methods Summary | |
---|---|
|
Get(Instance) Gets the representation of the instance |
|
Pull(EnumerationContext,
MaxElements) Pulls instances of this class, following an Enumerate operation |
|
Enumerate()
Enumerates the instances of this class |
|
Release(EnumerationContext)
Releases an enumeration context |
Field Detail |
---|
public REF CIM_Service Antecedent
public REF CIM_Service Dependent
public uint16 TypeOfDependency
public boolean RestartService
Method Detail |
---|
public Get([OUT]CIM_ServiceServiceDependency Instance)
public Pull([IN]String EnumerationContext, [IN]String MaxElements)
public Enumerate()
public Release([IN]String EnumerationContext)
SUMMARY: NESTED | FIELD | METHOD |
DETAIL: FIELD | METHOD |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |