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

  1 karl  1.1 //%2006////////////////////////////////////////////////////////////////////////
  2           //
  3           // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
  4           // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
  5           // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
  6           // IBM Corp.; EMC Corporation, The Open Group.
  7           // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
  8           // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
  9           // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 10           // EMC Corporation; VERITAS Software Corporation; The Open Group.
 11           // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 12           // EMC Corporation; Symantec Corporation; The Open Group.
 13           //
 14           // Permission is hereby granted, free of charge, to any person obtaining a copy
 15           // of this software and associated documentation files (the "Software"), to
 16           // deal in the Software without restriction, including without limitation the
 17           // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 18           // sell copies of the Software, and to permit persons to whom the Software is
 19           // furnished to do so, subject to the following conditions:
 20           // 
 21           // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
 22 karl  1.1 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
 23           // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 24           // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 25           // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 26           // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 27           // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 28           // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 29           //
 30           //==============================================================================
 31           //
 32           //
 33           //%///////////////////////////////////////////////////////////////////////////////
 34           
 35           #include "IndicationConstants.h"
 36           
 37           
 38           PEGASUS_NAMESPACE_BEGIN
 39           /**
 40               The name of the CIMOM Shutdown alert indication class
 41            */
 42           //
 43 karl  1.1 //  ATTN: Update once CimomShutdownAlertIndication has been defined
 44           //
 45           const CIMName _CLASS_CIMOM_SHUTDOWN_ALERT =
 46               CIMName ("CIM_AlertIndication");
 47           
 48           /**
 49               The name of the No Provider alert indication class
 50            */
 51           //
 52           //  ATTN: Update once NoProviderAlertIndication has been defined
 53           //
 54           const CIMName _CLASS_NO_PROVIDER_ALERT = CIMName ("CIM_AlertIndication");
 55           
 56           /**
 57               The name of the CIMOM shutdown alert indication class
 58            */
 59           //
 60           //  ATTN: Update once ProviderTerminatedAlertIndication has been defined
 61           //
 62           const CIMName _CLASS_PROVIDER_TERMINATED_ALERT =
 63               CIMName ("CIM_AlertIndication");
 64 karl  1.1 
 65           
 66           //
 67           //  Property names
 68           //
 69           
 70           /**
 71               The name of the Filter reference property for indication subscription class
 72            */
 73           const CIMName _PROPERTY_FILTER = CIMName ("Filter");
 74           
 75           /**
 76               The name of the Handler reference property for indication subscription class
 77            */
 78           const CIMName _PROPERTY_HANDLER = CIMName ("Handler");
 79           
 80           /**
 81               The name of the Subscription State property for indication subscription 
 82               class
 83            */
 84           const CIMName _PROPERTY_STATE = CIMName ("SubscriptionState");
 85 karl  1.1 
 86           /**
 87               The name of the Other Subscription State property for Indication 
 88               Subscription class
 89            */
 90           const CIMName _PROPERTY_OTHERSTATE = CIMName ("OtherSubscriptionState");
 91           
 92           /**
 93               The name of the Repeat Notification Policy property for indication
 94               subscription class
 95            */
 96           const CIMName _PROPERTY_REPEATNOTIFICATIONPOLICY =
 97               CIMName ("RepeatNotificationPolicy");
 98           
 99           /**
100               The name of the Other Repeat Notification Policy property for
101               indication subscription class
102            */
103           const CIMName _PROPERTY_OTHERREPEATNOTIFICATIONPOLICY =
104               CIMName ("OtherRepeatNotificationPolicy");
105           
106 karl  1.1 /**
107               The name of the On Fatal Error Policy property for Indication Subscription 
108               class
109            */
110           const CIMName _PROPERTY_ONFATALERRORPOLICY = 
111               CIMName ("OnFatalErrorPolicy");
112           
113           /**
114               The name of the Other On Fatal Error Policy property for Indication 
115               Subscription class
116            */
117           const CIMName _PROPERTY_OTHERONFATALERRORPOLICY = 
118               CIMName ("OtherOnFatalErrorPolicy");
119           
120           /**
121               The name of the Failure Trigger Time Interval property for Indication 
122               Subscription class
123            */
124           const CIMName _PROPERTY_FAILURETRIGGERTIMEINTERVAL = 
125               CIMName ("FailureTriggerTimeInterval");
126           
127 karl  1.1 /**
128               The name of the Time Of Last State Change property for Indication 
129               Subscription class
130            */
131           const CIMName _PROPERTY_LASTCHANGE = CIMName ("TimeOfLastStateChange");
132           
133           /**
134               The name of the Subscription Start Time property for Indication 
135               Subscription class
136            */
137           const CIMName _PROPERTY_STARTTIME = CIMName ("SubscriptionStartTime");
138           
139           /**
140               The name of the Subscription Duration property for Indication 
141               Subscription class
142            */
143           const CIMName _PROPERTY_DURATION = CIMName ("SubscriptionDuration");
144           
145           /**
146               The name of the Subscription Time Remaining property for Indication 
147               Subscription class
148 karl  1.1  */
149           const CIMName _PROPERTY_TIMEREMAINING = 
150               CIMName ("SubscriptionTimeRemaining");
151           
152           /**
153               The name of the Repeat Notification Interval property for indication
154               subscription class
155            */
156           const CIMName _PROPERTY_REPEATNOTIFICATIONINTERVAL = 
157               CIMName ("RepeatNotificationInterval");
158           
159           /**
160               The name of the Repeat Notification Gap property for indication
161               subscription class
162            */
163           const CIMName _PROPERTY_REPEATNOTIFICATIONGAP = 
164               CIMName ("RepeatNotificationGap");
165           
166           /**
167               The name of the Repeat Notification Count property for indication
168               subscription class
169 karl  1.1  */
170           const CIMName _PROPERTY_REPEATNOTIFICATIONCOUNT = 
171               CIMName ("RepeatNotificationCount");
172           
173           /**
174               The name of the TextFormatOwningEntity property for Formatted Indication
175               Subscription class
176           */
177           const CIMName _PROPERTY_TEXTFORMATOWNINGENTITY =
178               CIMName ("TextFormatOwningEntity");
179           
180           /**
181               The name of the TextFormatID property for Formatted Indication
182               Subscription class
183           */
184           const CIMName _PROPERTY_TEXTFORMATID = CIMName ("TextFormatID");
185           
186           /**
187               The name of the Caption property for Managed Element class
188            */
189           const CIMName _PROPERTY_CAPTION = CIMName ("Caption");
190 karl  1.1 
191           /**
192               The name of the Description property for Managed Element class
193            */
194           const CIMName _PROPERTY_DESCRIPTION = CIMName ("Description");
195           
196           /**
197               The name of the ElementName property for Managed Element class
198            */
199           const CIMName _PROPERTY_ELEMENTNAME = CIMName ("ElementName");
200           
201           /**
202               The name of the Query property for indication filter class
203            */
204           const CIMName _PROPERTY_QUERY = CIMName ("Query");
205           
206           /**
207               The name of the Query Language property for indication filter class
208            */
209           const CIMName _PROPERTY_QUERYLANGUAGE = CIMName ("QueryLanguage");
210           
211 karl  1.1 /**
212               The name of the Source Namespace property for indication filter class
213            */
214           const CIMName _PROPERTY_SOURCENAMESPACE = CIMName ("SourceNamespace");
215           
216           /**
217               The name of the Name property for indication filter and indications handler     classes
218            */
219           const CIMName _PROPERTY_NAME = CIMName ("Name");
220           
221           /**
222               The name of the Creation Class Name property for indication filter and 
223               indications handler classes
224            */
225           const CIMName _PROPERTY_CREATIONCLASSNAME = 
226               CIMName ("CreationClassName");
227           
228           /**
229               The name of the System Name property for indication filter and indications 
230               handler classes
231            */
232 karl  1.1 const CIMName _PROPERTY_SYSTEMNAME = CIMName ("SystemName");
233           
234           /**
235               The name of the System Creation Class Name property for indication filter 
236               and indications handler classes
237            */
238           const CIMName _PROPERTY_SYSTEMCREATIONCLASSNAME = 
239               CIMName ("SystemCreationClassName");
240           
241           /**
242               The name of the Persistence Type property for Indication Handler class
243            */
244           const CIMName _PROPERTY_PERSISTENCETYPE = CIMName ("PersistenceType");
245           
246           /**
247               The name of the Other Persistence Type property for Indication Handler 
248               class
249            */
250           const CIMName _PROPERTY_OTHERPERSISTENCETYPE = 
251               CIMName ("OtherPersistenceType");
252           
253 karl  1.1 /**
254               The name of the Owner property for Indication Handler class
255            */
256           const CIMName _PROPERTY_OWNER = CIMName ("Owner");
257           
258           /**
259               The name of the TargetHostFormat property for SNMP Mapper Indication 
260               Handler subclass
261            */
262           const CIMName _PROPERTY_TARGETHOSTFORMAT = CIMName ("TargetHostFormat");
263           
264           /**
265               The name of the OtherTargetHostFormat property for SNMP Mapper Indication 
266               Handler subclass
267            */
268           const CIMName _PROPERTY_OTHERTARGETHOSTFORMAT =
269               CIMName ("OtherTargetHostFormat");
270           
271           /**
272               The name of the SNMP Version property for SNMP Mapper Indication Handler 
273               subclass
274 karl  1.1  */
275           const CIMName _PROPERTY_SNMPVERSION = CIMName ("SNMPVersion");
276           
277           /**
278               The name of the Port Number property for SNMP Mapper Indication Handler 
279               subclass
280            */
281           const CIMName _PROPERTY_PORTNUMBER = CIMName ("PortNumber");
282           
283           /**
284               The name of the SNMP Security Name property for SNMP Mapper Indication 
285               Handler subclass
286            */
287           const CIMName _PROPERTY_SNMPSECURITYNAME = CIMName ("SNMPSecurityName");
288           
289           /**
290               The name of the SNMP Engine ID property for SNMP Mapper Indication Handler 
291               subclass
292            */
293           const CIMName _PROPERTY_SNMPENGINEID = CIMName ("SNMPEngineID");
294           
295 karl  1.1 /**
296               The name of the Alert Type property for Alert Indication class
297            */
298           const CIMName _PROPERTY_ALERTTYPE = CIMName ("AlertType");
299           
300           /**
301               The name of the Other Alert Type property for Alert Indication class
302            */
303           const CIMName _PROPERTY_OTHERALERTTYPE = CIMName ("OtherAlertType");
304           
305           /**
306               The name of the Perceived Severity property for Alert Indication class
307            */
308           const CIMName _PROPERTY_PERCEIVEDSEVERITY = 
309               CIMName ("PerceivedSeverity");
310           
311           /**
312               The name of the Probable Cause property for Alert Indication class
313            */
314           const CIMName _PROPERTY_PROBABLECAUSE = CIMName ("ProbableCause");
315           
316 karl  1.1 //
317           //  Qualifier names
318           //
319           
320           /**
321               The name of the Indication qualifier for classes
322            */
323           const CIMName _QUALIFIER_INDICATION = CIMName ("INDICATION");
324           
325           
326           //
327           //  Other literal values
328           //
329           
330           /**
331               The WHERE keyword in WQL
332            */
333           const char   _QUERY_WHERE []         = "WHERE";
334           
335           /**
336               A zero value CIMDateTime interval
337 karl  1.1  */
338           const char _ZERO_INTERVAL_STRING [] = "00000000000000.000000:000";
339           
340           PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2