Class CIM_InstMethodCall
extends CIM_InstIndication

CIM_InstMethodCall notifies when an instance's method is invoked.

Class Hierarchy

CIM_Indication
   |
   +--CIM_InstIndication
   |
   +--CIM_InstMethodCall

Direct Known Subclasses

None.

Class Qualifiers

NameData TypeValueScopeFlavors
DescriptionstringCIM_InstMethodCall notifies when an instance's method is invoked.None TRANSLATABLE= true
IndicationbooleantrueNone OVERRIDABLE= false
Versionstring2.6.0TOSUBCLASS= falseTRANSLATABLE= true

Local Class Properties

NameData TypeQualifiers
NameData TypeValueScopeFlavors
IndicationIdentifierstring
DescriptionstringAn identifier for the Indication. This property is similar to a key value in that it can be used for identification, when correlating Indications (see the CorrelatedIndications array). Its value SHOULD be unique as long as Alert correlations are reported, but MAY be reused or left NULL if no future Indications will reference it in their CorrelatedIndications array.None TRANSLATABLE= true
MappingStringsstringRecommendation.ITU|X733.Notification identifierNone None
IndicationTimedatetime
DescriptionstringThe time and date of creation of the Indication. The property may be set to NULL if the entity creating the Indication is not capable of determing this information. Note that IndicationTime may be the same for two Indications that are generated in rapid succession.None TRANSLATABLE= true
MethodNamestring
DescriptionstringThe name of the method invoked.None TRANSLATABLE= true
RequiredbooleantrueNone OVERRIDABLE= false
MethodParametersstring
DescriptionstringThe parameters of the method, formatted as an EmbeddedObject (with a predefined class name of "__MethodParameters".None TRANSLATABLE= true
EmbeddedObjectbooleantrueNone OVERRIDABLE= false
PreCallboolean
DescriptionstringBoolean indicating whether the Indication is sent before the method begins executing (TRUE) or when the method completes (FALSE). When TRUE, the inherited property SourceInstance contains the value of the instance (the properties defined by the Filter's Query clause), before execution of the method. When PreCall is FALSE, SourceInstance embeds the instance as it appears after the completion of the method.None TRANSLATABLE= true
RequiredbooleantrueNone OVERRIDABLE= false
ReturnValuestring
DescriptionstringReturnValue's data is dependent on the PreCall property. When PreCall is TRUE, this property is NULL describing that there is no method return value (since the method has not yet executed). When PreCall is FALSE, ReturnValue contains a string representation of the method's return value.None TRANSLATABLE= true
ModelCorrespondencestringCIM_InstMethodCall.PreCallNone None
SourceInstancestring
DescriptionstringA copy of the instance that changed to generate the Indication. SourceInstance contains the current values of the properties selected by the Indication Filter's Query. In the case of CIM_InstDeletion, the property values are copied before the instance is deleted.None TRANSLATABLE= true
EmbeddedObjectbooleantrueNone OVERRIDABLE= false
RequiredbooleantrueNone OVERRIDABLE= false
CorrelatedIndicationsstring[]
DescriptionstringA list of IndicationIdentifiers whose notifications are correlated with (related to) this one.None TRANSLATABLE= true
MappingStringsstringRecommendation.ITU|X733.Correlated notificationsNone None