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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Deprecated { "CIM_ListenerDestination" }, 
 3                   Abstract, Version ( "2.8.0" ), 
 4                   UMLPackagePath ( "CIM::Event" ), 
 5                   Description ( 
 6                      "CIM_IndicationHandler is an abstract superclass describing how "
 7                      "an Indication is to be processd/delivered/\'handled\'. This "
 8                      "may define a destination and protocol for delivering "
 9                      "Indications, or it may define a process to invoke. This class "
10                      "is derived from CIM_ManagedElement to allow modeling the "
11                      "dependency of the Handler on a specific service." )]
12               class CIM_IndicationHandler : CIM_ListenerDestination {
13               
14                     [Deprecated { "No value" }, 
15                      Description ( 
16                         "The name of the entity that created and/or maintains this Handler."
17                          )]
18                  string Owner;
19               
20               
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2