(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.9 and 1.10

version 1.9, 2006/01/30 16:17:55 version 1.10, 2006/09/05 01:19:36
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Carol Ann Krug Graves, Hewlett-Packard Company  
 //             (carolann_graves@hp.com)  
 //  
 // Modified By: Yi Zhou, Hewlett-Packard Company (yi.zhou@hp.com)  
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 112 
Line 108 
 // //
 //  ATTN: Update once CimomShutdownAlertIndication has been defined //  ATTN: Update once CimomShutdownAlertIndication has been defined
 // //
 static const CIMName _CLASS_CIMOM_SHUTDOWN_ALERT =   extern const CIMName _CLASS_CIMOM_SHUTDOWN_ALERT;
     CIMName ("CIM_AlertIndication");  
  
 /** /**
     The name of the No Provider alert indication class     The name of the No Provider alert indication class
Line 121 
Line 116 
 // //
 //  ATTN: Update once NoProviderAlertIndication has been defined //  ATTN: Update once NoProviderAlertIndication has been defined
 // //
 static const CIMName _CLASS_NO_PROVIDER_ALERT = CIMName ("CIM_AlertIndication");   extern const CIMName _CLASS_NO_PROVIDER_ALERT;
  
 /** /**
     The name of the CIMOM shutdown alert indication class     The name of the CIMOM shutdown alert indication class
Line 129 
Line 124 
 // //
 //  ATTN: Update once ProviderTerminatedAlertIndication has been defined //  ATTN: Update once ProviderTerminatedAlertIndication has been defined
 // //
 static const CIMName _CLASS_PROVIDER_TERMINATED_ALERT =   extern const CIMName _CLASS_PROVIDER_TERMINATED_ALERT;
     CIMName ("CIM_AlertIndication");  
  
  
 // //
Line 140 
Line 134 
 /** /**
     The name of the Filter reference property for indication subscription class     The name of the Filter reference property for indication subscription class
  */  */
 static const CIMName _PROPERTY_FILTER = CIMName ("Filter");   extern const CIMName _PROPERTY_FILTER;
  
 /** /**
     The name of the Handler reference property for indication subscription class     The name of the Handler reference property for indication subscription class
  */  */
 static const CIMName _PROPERTY_HANDLER = CIMName ("Handler");   extern const CIMName _PROPERTY_HANDLER;
  
 /** /**
     The name of the Subscription State property for indication subscription     The name of the Subscription State property for indication subscription
     class     class
  */  */
 static const CIMName _PROPERTY_STATE = CIMName ("SubscriptionState");   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
  */  */
 static const CIMName _PROPERTY_OTHERSTATE = CIMName ("OtherSubscriptionState");   extern const CIMName _PROPERTY_OTHERSTATE;
  
 /** /**
     The name of the Repeat Notification Policy property for indication     The name of the Repeat Notification Policy property for indication
     subscription class     subscription class
  */  */
 static const CIMName _PROPERTY_REPEATNOTIFICATIONPOLICY =   extern const CIMName _PROPERTY_REPEATNOTIFICATIONPOLICY;
     CIMName ("RepeatNotificationPolicy");  
  
 /** /**
     The name of the Other Repeat Notification Policy property for     The name of the Other Repeat Notification Policy property for
     indication subscription class     indication subscription class
  */  */
 static const CIMName _PROPERTY_OTHERREPEATNOTIFICATIONPOLICY =   extern const CIMName _PROPERTY_OTHERREPEATNOTIFICATIONPOLICY;
     CIMName ("OtherRepeatNotificationPolicy");  
  
 /** /**
     The name of the On Fatal Error Policy property for Indication Subscription     The name of the On Fatal Error Policy property for Indication Subscription
     class     class
  */  */
 static const CIMName _PROPERTY_ONFATALERRORPOLICY =   extern const CIMName _PROPERTY_ONFATALERRORPOLICY;
     CIMName ("OnFatalErrorPolicy");  
  
 /** /**
     The name of the Other On Fatal Error Policy property for Indication     The name of the Other On Fatal Error Policy property for Indication
     Subscription class     Subscription class
  */  */
 static const CIMName _PROPERTY_OTHERONFATALERRORPOLICY =   extern const CIMName _PROPERTY_OTHERONFATALERRORPOLICY;
     CIMName ("OtherOnFatalErrorPolicy");  
  
 /** /**
     The name of the Failure Trigger Time Interval property for Indication     The name of the Failure Trigger Time Interval property for Indication
     Subscription class     Subscription class
  */  */
 static const CIMName _PROPERTY_FAILURETRIGGERTIMEINTERVAL =   extern const CIMName _PROPERTY_FAILURETRIGGERTIMEINTERVAL;
     CIMName ("FailureTriggerTimeInterval");  
  
 /** /**
     The name of the Time Of Last State Change property for Indication     The name of the Time Of Last State Change property for Indication
     Subscription class     Subscription class
  */  */
 static const CIMName _PROPERTY_LASTCHANGE = CIMName ("TimeOfLastStateChange");   extern const CIMName _PROPERTY_LASTCHANGE;
  
 /** /**
     The name of the Subscription Start Time property for Indication     The name of the Subscription Start Time property for Indication
     Subscription class     Subscription class
  */  */
 static const CIMName _PROPERTY_STARTTIME = CIMName ("SubscriptionStartTime");   extern const CIMName _PROPERTY_STARTTIME;
  
 /** /**
     The name of the Subscription Duration property for Indication     The name of the Subscription Duration property for Indication
     Subscription class     Subscription class
  */  */
 static const CIMName _PROPERTY_DURATION = CIMName ("SubscriptionDuration");   extern const CIMName _PROPERTY_DURATION;
  
 /** /**
     The name of the Subscription Time Remaining property for Indication     The name of the Subscription Time Remaining property for Indication
     Subscription class     Subscription class
  */  */
 static const CIMName _PROPERTY_TIMEREMAINING =   extern const CIMName _PROPERTY_TIMEREMAINING;
     CIMName ("SubscriptionTimeRemaining");  
  
 /** /**
     The name of the Repeat Notification Interval property for indication     The name of the Repeat Notification Interval property for indication
     subscription class     subscription class
  */  */
 static const CIMName _PROPERTY_REPEATNOTIFICATIONINTERVAL =   extern const CIMName _PROPERTY_REPEATNOTIFICATIONINTERVAL;
     CIMName ("RepeatNotificationInterval");  
  
 /** /**
     The name of the Repeat Notification Gap property for indication     The name of the Repeat Notification Gap property for indication
     subscription class     subscription class
  */  */
 static const CIMName _PROPERTY_REPEATNOTIFICATIONGAP =   extern const CIMName _PROPERTY_REPEATNOTIFICATIONGAP;
     CIMName ("RepeatNotificationGap");  
  
 /** /**
     The name of the Repeat Notification Count property for indication     The name of the Repeat Notification Count property for indication
     subscription class     subscription class
  */  */
 static const CIMName _PROPERTY_REPEATNOTIFICATIONCOUNT =   extern const CIMName _PROPERTY_REPEATNOTIFICATIONCOUNT;
     CIMName ("RepeatNotificationCount");  
  
 /** /**
     The name of the TextFormatOwningEntity property for Formatted Indication     The name of the TextFormatOwningEntity property for Formatted Indication
     Subscription class     Subscription class
 */ */
 static const CIMName _PROPERTY_TEXTFORMATOWNINGENTITY =   extern const CIMName _PROPERTY_TEXTFORMATOWNINGENTITY;
     CIMName ("TextFormatOwningEntity");  
  
 /** /**
     The name of the TextFormatID property for Formatted Indication     The name of the TextFormatID property for Formatted Indication
     Subscription class     Subscription class
 */ */
 static const CIMName _PROPERTY_TEXTFORMATID = CIMName ("TextFormatID");   extern const CIMName _PROPERTY_TEXTFORMATID;
  
 /** /**
     The name of the Caption property for Managed Element class     The name of the Caption property for Managed Element class
  */  */
 static const CIMName _PROPERTY_CAPTION = CIMName ("Caption");   extern const CIMName _PROPERTY_CAPTION;
  
 /** /**
     The name of the Description property for Managed Element class     The name of the Description property for Managed Element class
  */  */
 static const CIMName _PROPERTY_DESCRIPTION = CIMName ("Description");   extern const CIMName _PROPERTY_DESCRIPTION;
  
 /** /**
     The name of the ElementName property for Managed Element class     The name of the ElementName property for Managed Element class
  */  */
 static const CIMName _PROPERTY_ELEMENTNAME = CIMName ("ElementName");   extern const CIMName _PROPERTY_ELEMENTNAME;
  
 /** /**
     The name of the Query property for indication filter class     The name of the Query property for indication filter class
  */  */
 static const CIMName _PROPERTY_QUERY = CIMName ("Query");   extern const CIMName _PROPERTY_QUERY;
  
 /** /**
     The name of the Query Language property for indication filter class     The name of the Query Language property for indication filter class
  */  */
 static const CIMName _PROPERTY_QUERYLANGUAGE = CIMName ("QueryLanguage");   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
  */  */
 static const CIMName _PROPERTY_SOURCENAMESPACE = CIMName ("SourceNamespace");   extern const CIMName _PROPERTY_SOURCENAMESPACE;
  
 /** /**
     The name of the Name property for indication filter and indications handler     classes     The name of the Name property for indication filter and indications handler     classes
  */  */
 static const CIMName _PROPERTY_NAME = CIMName ("Name");   extern const CIMName _PROPERTY_NAME;
  
 /** /**
     The name of the Creation Class Name property for indication filter and     The name of the Creation Class Name property for indication filter and
     indications handler classes     indications handler classes
  */  */
 static const CIMName _PROPERTY_CREATIONCLASSNAME =   extern const CIMName _PROPERTY_CREATIONCLASSNAME;
     CIMName ("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
  */  */
 static const CIMName _PROPERTY_SYSTEMNAME = CIMName ("SystemName");   extern const CIMName _PROPERTY_SYSTEMNAME;
  
 /** /**
     The name of the System Creation Class Name property for indication filter     The name of the System Creation Class Name property for indication filter
     and indications handler classes     and indications handler classes
  */  */
 static const CIMName _PROPERTY_SYSTEMCREATIONCLASSNAME =   extern const CIMName _PROPERTY_SYSTEMCREATIONCLASSNAME;
     CIMName ("SystemCreationClassName");  
  
 /** /**
     The name of the Persistence Type property for Indication Handler class     The name of the Persistence Type property for Indication Handler class
  */  */
 static const CIMName _PROPERTY_PERSISTENCETYPE = CIMName ("PersistenceType");   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
  */  */
 static const CIMName _PROPERTY_OTHERPERSISTENCETYPE =   extern const CIMName _PROPERTY_OTHERPERSISTENCETYPE;
     CIMName ("OtherPersistenceType");  
  
 /** /**
     The name of the Owner property for Indication Handler class     The name of the Owner property for Indication Handler class
  */  */
 static const CIMName _PROPERTY_OWNER = CIMName ("Owner");   extern const CIMName _PROPERTY_OWNER;
  
 /** /**
     The name of the TargetHostFormat property for SNMP Mapper Indication     The name of the TargetHostFormat property for SNMP Mapper Indication
     Handler subclass     Handler subclass
  */  */
 static const CIMName _PROPERTY_TARGETHOSTFORMAT = CIMName ("TargetHostFormat");   extern const CIMName _PROPERTY_TARGETHOSTFORMAT;
  
 /** /**
     The name of the OtherTargetHostFormat property for SNMP Mapper Indication     The name of the OtherTargetHostFormat property for SNMP Mapper Indication
     Handler subclass     Handler subclass
  */  */
 static const CIMName _PROPERTY_OTHERTARGETHOSTFORMAT =   extern const CIMName _PROPERTY_OTHERTARGETHOSTFORMAT;
     CIMName ("OtherTargetHostFormat");  
  
 /** /**
     The name of the SNMP Version property for SNMP Mapper Indication Handler     The name of the SNMP Version property for SNMP Mapper Indication Handler
     subclass     subclass
  */  */
 static const CIMName _PROPERTY_SNMPVERSION = CIMName ("SNMPVersion");   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
  */  */
 static const CIMName _PROPERTY_PORTNUMBER = CIMName ("PortNumber");   extern const CIMName _PROPERTY_PORTNUMBER;
  
 /** /**
     The name of the SNMP Security Name property for SNMP Mapper Indication     The name of the SNMP Security Name property for SNMP Mapper Indication
     Handler subclass     Handler subclass
  */  */
 static const CIMName _PROPERTY_SNMPSECURITYNAME = CIMName ("SNMPSecurityName");   extern const CIMName _PROPERTY_SNMPSECURITYNAME;
  
 /** /**
     The name of the SNMP Engine ID property for SNMP Mapper Indication Handler     The name of the SNMP Engine ID property for SNMP Mapper Indication Handler
     subclass     subclass
  */  */
 static const CIMName _PROPERTY_SNMPENGINEID = CIMName ("SNMPEngineID");   extern const CIMName _PROPERTY_SNMPENGINEID;
  
 /** /**
     The name of the MailTo property for Email Handler subclass     The name of the MailTo property for Email Handler subclass
 */ */
 static const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILTO =   extern const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILTO;
     CIMName ("MailTo");  
  
 /** /**
     The name of the MailSubject property for Email Handler subclass     The name of the MailSubject property for Email Handler subclass
 */ */
 static const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILSUBJECT =   extern const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILSUBJECT;
     CIMName ("MailSubject");  
  
 /** /**
     The name of the MailCc  property for Email Handler subclass     The name of the MailCc  property for Email Handler subclass
  */  */
 static const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILCC =   extern const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILCC;
     CIMName ("MailCc");  
  
 /** /**
     The name of the Alert Type property for Alert Indication class     The name of the Alert Type property for Alert Indication class
  */  */
 static const CIMName _PROPERTY_ALERTTYPE = CIMName ("AlertType");   extern const CIMName _PROPERTY_ALERTTYPE;
  
 /** /**
     The name of the Other Alert Type property for Alert Indication class     The name of the Other Alert Type property for Alert Indication class
  */  */
 static const CIMName _PROPERTY_OTHERALERTTYPE = CIMName ("OtherAlertType");   extern const CIMName _PROPERTY_OTHERALERTTYPE;
  
 /** /**
     The name of the Perceived Severity property for Alert Indication class     The name of the Perceived Severity property for Alert Indication class
  */  */
 static const CIMName _PROPERTY_PERCEIVEDSEVERITY =   extern const CIMName _PROPERTY_PERCEIVEDSEVERITY;
     CIMName ("PerceivedSeverity");  
  
 /** /**
     The name of the Probable Cause property for Alert Indication class     The name of the Probable Cause property for Alert Indication class
  */  */
 static const CIMName _PROPERTY_PROBABLECAUSE = CIMName ("ProbableCause");   extern const CIMName _PROPERTY_PROBABLECAUSE;
  
 // //
 //  Qualifier names //  Qualifier names
Line 408 
Line 384 
 /** /**
     The name of the Indication qualifier for classes     The name of the Indication qualifier for classes
  */  */
 static const CIMName _QUALIFIER_INDICATION = CIMName ("INDICATION");   extern const CIMName _QUALIFIER_INDICATION;
  
  
 // //
Line 418 
Line 394 
 /** /**
     The WHERE keyword in WQL     The WHERE keyword in WQL
  */  */
 static const char   _QUERY_WHERE []         = "WHERE";   extern const char   _QUERY_WHERE [];
  
 /** /**
     A zero value CIMDateTime interval     A zero value CIMDateTime interval
  */  */
 static const char _ZERO_INTERVAL_STRING [] = "00000000000000.000000:000";   extern const char _ZERO_INTERVAL_STRING [];
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2