(file) Return to IndicationConstants.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService

Diff for /pegasus/src/Pegasus/IndicationService/IndicationConstants.h between version 1.11 and 1.12

version 1.11, 2006/09/15 20:33:43 version 1.12, 2006/10/20 19:19:44
Line 41 
Line 41 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /** /**
     Values for the Subscription State property of the Subscription class,  
     as defined in the CIM Events MOF  
  */  
 enum SubscriptionState {_STATE_UNKNOWN = 0, _STATE_OTHER = 1,  
      _STATE_ENABLED = 2, _STATE_ENABLEDDEGRADED = 3, _STATE_DISABLED = 4};  
   
 /**  
     Values for the Repeat Notification Policy property of the Subscription     Values for the Repeat Notification Policy property of the Subscription
     class, as defined in the CIM Events MOF     class, as defined in the CIM Events MOF
  */  */
Line 62 
Line 55 
     _ERRORPOLICY_DISABLE = 3, _ERRORPOLICY_REMOVE = 4};     _ERRORPOLICY_DISABLE = 3, _ERRORPOLICY_REMOVE = 4};
  
 /** /**
     Values for the Persistence Type property of the Handler class,  
     as defined in the CIM Events MOF  
  */  
 enum PersistenceType {_PERSISTENCE_OTHER = 1, _PERSISTENCE_PERMANENT = 2,  
     _PERSISTENCE_TRANSIENT = 3};  
   
 /**  
     Values for the Probable Cause property of the Alert Indication     Values for the Probable Cause property of the Alert Indication
     class, as defined in the CIM Events MOF     class, as defined in the CIM Events MOF
     Note: not all possible values have been included     Note: not all possible values have been included
Line 83 
Line 69 
      _TYPE_PROCESSING = 4, _TYPE_DEVICE = 5, _TYPE_ENVIRONMENTAL = 6,      _TYPE_PROCESSING = 4, _TYPE_DEVICE = 5, _TYPE_ENVIRONMENTAL = 6,
      _TYPE_MODELCHANGE = 7, _TYPE_SECURITY = 8};      _TYPE_MODELCHANGE = 7, _TYPE_SECURITY = 8};
  
 /**  
     Values for the SNMPVersion property of the PG_IndicationHandlerSNMPMapper  
     class, as defined in the PG Events MOF  
  */  
 enum SnmpVersion {_SNMPV1_TRAP = 2, _SNMPV2C_TRAP = 3, _SNMPV2C_INFORM = 4,  
      _SNMPV3_TRAP = 5, _SNMPV3_INFORM = 6};  
  
 // //
 //  Class names //  Class names
Line 124 
Line 104 
 // //
  
 /** /**
     The name of the Filter reference property for indication subscription class  
  */  
  extern const CIMName _PROPERTY_FILTER;  
   
 /**  
     The name of the Handler reference property for indication subscription class  
  */  
  extern const CIMName _PROPERTY_HANDLER;  
   
 /**  
     The name of the Subscription State property for indication subscription  
     class  
  */  
  extern const CIMName _PROPERTY_STATE;  
   
 /**  
     The name of the Other Subscription State property for Indication     The name of the Other Subscription State property for Indication
     Subscription class     Subscription class
  */  */
Line 245 
Line 209 
  extern const CIMName _PROPERTY_ELEMENTNAME;  extern const CIMName _PROPERTY_ELEMENTNAME;
  
 /** /**
     The name of the Query property for indication filter class  
  */  
  extern const CIMName _PROPERTY_QUERY;  
   
 /**  
     The name of the Query Language property for indication filter class  
  */  
  extern const CIMName _PROPERTY_QUERYLANGUAGE;  
   
 /**  
     The name of the Source Namespace property for indication filter class     The name of the Source Namespace property for indication filter class
  */  */
  extern const CIMName _PROPERTY_SOURCENAMESPACE;  extern const CIMName _PROPERTY_SOURCENAMESPACE;
  
 /** /**
     The name of the Name property for indication filter and indications handler     classes  
  */  
  extern const CIMName _PROPERTY_NAME;  
   
 /**  
     The name of the Creation Class Name property for indication filter and  
     indications handler classes  
  */  
  extern const CIMName _PROPERTY_CREATIONCLASSNAME;  
   
 /**  
     The name of the System Name property for indication filter and indications     The name of the System Name property for indication filter and indications
     handler classes     handler classes
  */  */
Line 283 
Line 226 
  extern const CIMName _PROPERTY_SYSTEMCREATIONCLASSNAME;  extern const CIMName _PROPERTY_SYSTEMCREATIONCLASSNAME;
  
 /** /**
     The name of the Persistence Type property for Indication Handler class  
  */  
  extern const CIMName _PROPERTY_PERSISTENCETYPE;  
   
 /**  
     The name of the Other Persistence Type property for Indication Handler     The name of the Other Persistence Type property for Indication Handler
     class     class
  */  */
Line 311 
Line 249 
  extern const CIMName _PROPERTY_OTHERTARGETHOSTFORMAT;  extern const CIMName _PROPERTY_OTHERTARGETHOSTFORMAT;
  
 /** /**
     The name of the SNMP Version property for SNMP Mapper Indication Handler  
     subclass  
  */  
  extern const CIMName _PROPERTY_SNMPVERSION;  
   
 /**  
     The name of the Port Number property for SNMP Mapper Indication Handler     The name of the Port Number property for SNMP Mapper Indication Handler
     subclass     subclass
  */  */


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2