(file) Return to CIM_IndicationSubscription.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Event

 1 karl  1.1.2.2 //Copyright (c) 2009 DMTF. All Rights Reserved.
 2                  [Association, Version ( "2.16.0" ), 
 3                   UMLPackagePath ( "CIM::Event" ), 
 4                   Description ( 
 5                      "CIM_IndicationSubscription describes a flow of Indications. "
 6                      "The flow is specified by the referenced Filter, and directed "
 7                      "to the referenced destination or process in the Handler. "
 8                      "Property values of the referenced CIM_IndicationFilter "
 9                      "instance and CIM_ListenerDestination instance MAY "
10                      "significantly effect the definition of the subscription. E.g., "
11                      "a subscription associated with a \"Transient\" destination MAY "
12                      "be deleted when the destination terminates or is no longer "
13                      "available." )]
14               class CIM_IndicationSubscription : CIM_AbstractIndicationSubscription {
15               
16                     [Key, Override ( "Filter" ), 
17                      Description ( 
18                         "The Filter that defines the criteria and data of the "
19                         "possible Indications of this subscription." )]
20                  CIM_IndicationFilter REF Filter;
21               
22 karl  1.1.2.2       [Key, Override ( "Handler" ), 
23                      Description ( 
24                         "The Handler addressing delivery of the possible "
25                         "Indications of this subscription." )]
26                  CIM_ListenerDestination REF Handler;
27               
28               
29               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2