WS-Management > WS-Management Class Reference > CIM Classes > CIM_ListenerDestinationWSManagement

Class CIM_ListenerDestinationWSManagement

Used in features: WS-Eventing
Compatible with the following Intel AMT Releases: 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ManagedElement
   extended by CIM_ListenerDestination
      extended by CIM_ListenerDestinationWSManagement


class CIM_ListenerDestinationWSManagement
extends CIM_ListenerDestination

General Information:
CIM_ListenerDestinationWSManagement describes the destination for CIM indications to be delivered via WS-Management.

Qualifiers:
-------------
Version=2.22.0
UMLPackagePath=CIM::Event


Supported Fields Summary
 uint16 Protocol
Protocol describes an encoding and protocol which will be used to deliver the indication . . .
 uint16 PersistenceType
Describes the Persistence Type of the destination defined by this instance . . .
 string Name Key
Indicates the name of the CIM Listener destination.
 string CreationClassName Key
Indicates the name of the class or the subclass used in the creation of an instance . . .
 string SystemName Key
A System's Name . . .
 string SystemCreationClassName Key
A System's CreationClassName . . .
 string ElementName
A user-friendly name for the object . . .
 string Destination
The destination URL defined in the WS-Eventing Subscribe message . . .
 uint16 DeliveryMode
Method by which the service is to deliver events to the client . . .

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

Protocol

public uint16 Protocol
General Information:
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.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is 4 (WS-Management).

Qualifiers:
-------------
ValueMap={1, 2, 3, 4, 5, ..}
Values={Other, CIM-XML, SM CLP, WS-Management, WSDM, DMTF Reserved}
ModelCorrespondence={CIM_ListenerDestination.OtherProtocol}


PersistenceType

public uint16 PersistenceType
General Information:
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.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is 3 (Transient).

Qualifiers:
-------------
ValueMap={1, 2, 3}
Values={Other, Permanent, Transient}
ModelCorrespondence={CIM_ListenerDestination.OtherPersistenceType}


Name Key

public string Name
General Information:
Indicates the name of the CIM Listener destination.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Listener Destination %d" where %d is the listener handle


Qualifiers:
-------------
Key
MaxLen=256


CreationClassName Key

public string CreationClassName
General Information:
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.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "CIM_ListenerDestinationWSMAN"

Qualifiers:
-------------
Key
MaxLen=256


SystemName Key

public string SystemName
General Information:
A System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Intel(r) AMT"

Qualifiers:
-------------
Key
MaxLen=256


SystemCreationClassName Key

public string SystemCreationClassName
General Information:
A System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.

Qualifiers:
-------------
Key
MaxLen=256


ElementName

public string ElementName
General Information:
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. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Listener Destination %d" where %d is the listener handle

Qualifiers:
-------------
MaxLen=256


Destination

public string Destination
General Information:
The destination URL defined in the WS-Eventing Subscribe message. This must match the wsa:Address element in the wse:NotifyTo EPR. The value may be the WS-Addressing anonymous URI if the subscription uses or employs a Pull mode.

Qualifiers:
-------------
Required
Override=Destination
MaxLen=256


DeliveryMode

public uint16 DeliveryMode
General Information:
Method by which the service is to deliver events to the client. Values are as follows. Push (2): the event is sent to the destination address; depending on the protocol, delivery may not be guaranteed. PushWithAck (3): the service sends the event and waits for a specific acknowledgment message from the subscriber. Events (4): the service collects events into batches and sends the batches to the subscriber. Pull (5): the service collects the events into batches and the subscriber pulls each batch from the service using wxf:Pull.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases the supported values are 2 (Push) and 3 (PushWithAck).

Qualifiers:
-------------
ValueMap={2, 3, 4, 5, .., 32787..}
Values={Push, PushWithAck, Events, Pull, DMTF Reserved, Vendor Reserved}


Method Detail

Get

public  Get([OUT]CIM_ListenerDestinationWSManagement Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_EVENT_MANAGER_REALM, ADMIN_SECURITY_GENERAL_INFO_REALM

General Information:
Gets the representation of the instance

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.