Event\CIM_IndicationHandler.mof.mof (HTML version)

Return to index
CIM_IndicationHandler Superclass: CIM_ListenerDestination
CIM_IndicationHandler is an abstract superclass describing how an Indication is to be processd/delivered/'handled'. This may define a destination and protocol for delivering Indications, or it may define a process to invoke. This class is derived from CIM_ManagedElement to allow modeling the dependency of the Handler on a specific service.
Qualifiers:Version ( "2.8.0" ) UMLPackagePath ( "CIM::Event" ) Abstract Deprecated { "CIM_ListenerDestination" }
Parameters (local in grey)
Deprecated { "No value" }
string Owner ;
The name of the entity that created and/or maintains this Handler.
ModelCorrespondence { "CIM_ListenerDestination.PersistenceType" }
string OtherPersistenceType ;
A string describing ('Other') values for PersistenceType. This value MUST be set to a non NULL value when the PersistenceType is 1 ('Other'). For all other values of PersistenceType, the value of OtherPersistenceType MUST be NULL.
Experimental
string Destination ;
The destination WBEM URI to which Export Messages are to be delivered. The scheme in the URI must be supported by the protocol selected in the Protocol property.
MaxLen ( 256 )
Key
string SystemName ;
A System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
Experimental
ModelCorrespondence { "CIM_ListenerDestination.Protocol" }
string OtherProtocol ;
A free-form string providing a description of the supported protocols when 1, 'Other', is specified for the Protocol.
ValueMap { "1" , "2" , "3" }
Values { "Other" , "Permanent" , "Transient" }
ModelCorrespondence { "CIM_ListenerDestination.OtherPersistenceType" }
uint16 PersistenceType ;
Describes the Persistence Type of the destination defined by this instance. If the value of PersistenceType is not specified, the value of PersistenceType MUST be treated as 2 ('Permanent'). A value of 2 ('Permanent') declares that the destination is always expected to be available (e.g., system log file). Inability to access this destination MUST be treated as an error condition. A value of 3 ('Transient') indicates that the destination is short-lived. Inability to access the destination MAY be treated as a normal termination condition. Subscriptions with 'Transient' destinations MAY be deleted when the destination terminates or is no longer available.
MaxLen ( 256 )
Key
string SystemCreationClassName ;
A System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
ValueMap { "1" , "2" , "3" , "4" , "5" , ".." }
Values { "Other" , "CIM-XML" , "SM CLP" , "WS-Management" , "WSDM" , "DMTF Reserved" }
Experimental
ModelCorrespondence { "CIM_ListenerDestination.OtherProtocol" }
uint16 Protocol = 2 ;
Protocol describes an encoding and protocol which will be used to deliver the indication. If Other is used, the value for OtherProtocol must not be null.
If a protocol is not specified, 2 'CIM-XML' must be assumed.
MaxLen ( 256 )
Key
string Name ;
Indicates the name of the CIM Listener destination.
MaxLen ( 256 )
Key
string CreationClassName ;
Indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, it allows all instances of this class and its subclasses to be uniquely identified.
string ElementName ;
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.