Class CIM_ListenerDestination
extends CIM_ManagedElement

The description of a CIM Listener destination. A CIM_Listener is an entity capable of receiving CIM Export Messages (e.g., Indications or responses to an asynchronous CIM Operation).

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ListenerDestination

Direct Known Subclasses

CIM_IndicationHandler
CIM_ListenerDestinationCIMXML

Class Qualifiers

NameData TypeValue
Abstractbooleantrue
DescriptionstringThe description of a CIM Listener destination. A CIM_Listener is an entity capable of receiving CIM Export Messages (e.g., Indications or responses to an asynchronous CIM Operation).
UMLPackagePathstringCIM::Event
Versionstring2.8.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
CreationClassNamestring
DescriptionstringIndicates 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.
Keybooleantrue
MaxLenuint32256
Namestring
DescriptionstringIndicates the name of the CIM Listener destination.
Keybooleantrue
MaxLenuint32256
OtherPersistenceTypestring
DescriptionstringA 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.
ModelCorrespondencestringCIM_ListenerDestination.PersistenceType
PersistenceTypeuint16
DescriptionstringDescribes 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.
ModelCorrespondencestringCIM_ListenerDestination.OtherPersistenceType
ValueMapstring1, 2, 3
ValuesstringOther, Permanent, Transient
SystemCreationClassNamestring
DescriptionstringA System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
Keybooleantrue
MaxLenuint32256
SystemNamestring
DescriptionstringA System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
Keybooleantrue
MaxLenuint32256

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement

Class Methods