亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? alarmirpnotifications.idl

?? UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
?? IDL
字號(hào):
//File: AlarmIRPNotifications.idl
#ifndef _ALARM_IRP_NOTIFICATIONS_IDL_
#define _ALARM_IRP_NOTIFICATIONS_IDL_

#include <AlarmIRPConstDefs.idl>
#include <NotificationIRPNotifications.idl>

// This statement must appear after all include statements
#pragma prefix "3gppsa5.org"

/* ## Module: AlarmIRPNotifications
This module contains notifications for Alarm IRP
================================================================
*/

module AlarmIRPNotifications
{

   interface NotifyNewAlarm: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyNewAlarm";

      /**
       * This constant defines the name of the probableCause property.
       * The data type for the value of this property
       * is short.
       */
      const string PROBABLE_CAUSE =
         AlarmIRPConstDefs::AttributeNameValue::PROBABLE_CAUSE;

      /**
       * This constant defines the name of the
       * perceivedSeverity property.
       * The data type for the value of this property
       * is short.
       */
      const string PERCEIVED_SEVERITY =
         AlarmIRPConstDefs::AttributeNameValue::PERCEIVED_SEVERITY;

      

      /**
       * This constant defines the name of the specificProblem
       * property. The data type for the value of this property
       * is string.
       */
      const string SPECIFIC_PROBLEM =
         AlarmIRPConstDefs::AttributeNameValue::SPECIFIC_PROBLEM;

      /**
       * This constant defines the name of the
       * correlatedNotifications property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::CorrelatedNotificationSet.
       */
      const string CORRELATED_NOTIFICATIONS =
         AlarmIRPConstDefs::AttributeNameValue::
            CORRELATED_NOTIFICATIONS;

      /**
       * This constant defines the name of the
       * backedUpStatus property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::BackedUpStatus.
       */
      const string BACKED_UP_STATUS =
         AlarmIRPConstDefs::AttributeNameValue::BACKED_UP_STATUS;

      /**
       * This constant defines the name of the backUpObject property.
       * The data type for the value of this property
       * is a string carrying of DN of the back-up object.
       */
      const string BACK_UP_OBJECT =
         AlarmIRPConstDefs::AttributeNameValue::BACK_UP_OBJECT;

      /**
       * This constant defines the name of the
       * trendIndication property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::TrendIndication.
       */
      const string TREND_INDICATION =
         AlarmIRPConstDefs::AttributeNameValue::TREND_INDICATION;

      /**
       * This constant defines the name of the thresholdInfo property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::ThresholdInfo.
       */
      const string THRESHOLD_INFO =
         AlarmIRPConstDefs::AttributeNameValue::THRESHOLD_INFO;

      /**
       * This constant defines the name of the
       * stateChangeDefinition property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::AttributeChangeSet.
       */
      const string STATE_CHANGE_DEFINITION =
         AlarmIRPConstDefs::AttributeNameValue::STATE_CHANGE_DEFINITION;

      /**
       * This constant defines the name of the
       * monitoredAttributes property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::AttributeSet.
       */
      const string MONITORED_ATTRIBUTES =
         AlarmIRPConstDefs::AttributeNameValue::MONITORED_ATTRIBUTES;

      /**
       * This constant defines the name of the
       * proposedRepairActions property.
       * The data type for the value of this property
       * is string.
       */
      const string PROPOSED_REPAIR_ACTIONS =
         AlarmIRPConstDefs::AttributeNameValue::PROPOSED_REPAIR_ACTIONS;

      /**
       * This constant defines the name of the additionalText
       * property.
       * The data type for the value of this property
       * is string.
       */
      const string ADDITIONAL_TEXT =
         AlarmIRPConstDefs::AttributeNameValue::ADDITIONAL_TEXT;

      /**
       * This constant defines the name of the alarmId property.
       * The data type for the value of this property
       * is string. If the string is a zero-length string or if
       * this NV pair is absent, the default semantics is that
       * alarmId is a concatenation of
       * managedObjectInstance, eventType, probableCause and
       * specificProblem, if present, of this Structured Event.
       * Since probableCause is encoded as a short, it shall be
       * converted into string before concatenation.
       * The resultant string shall not contain spaces.
       */
      const string ALARM_ID =
         AlarmIRPConstDefs::AttributeNameValue::ALARM_ID;

      /**
       * This constant defines the name of the serviceUser property.
       * The data type for the value of this property
       * is string.
       */
      const string SERVICE_USER =
         AlarmIRPConstDefs::AttributeNameValue::SERVICE_USER;

      /**
       * This constant defines the name of the serviceProvider
       * property.
       * The data type for the value of this property
       * is string.
       */
      const string SERVICE_PROVIDER =
         AlarmIRPConstDefs::AttributeNameValue::SERVICE_PROVIDER;

      /**
       * This constant defines the name of the
       * securityAlarmDetector property.
       * The data type for the value of this property
       * is string.
       */
      const string SECURITY_ALARM_DETECTOR =
         AlarmIRPConstDefs::AttributeNameValue::SECURITY_ALARM_DETECTOR;
   };

   interface NotifyAckStateChanged:
      NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyAckStateChanged";

      const string PROBABLE_CAUSE =
         AlarmIRPConstDefs::AttributeNameValue::PROBABLE_CAUSE;

      const string PERCEIVED_SEVERITY =
         AlarmIRPConstDefs::AttributeNameValue::PERCEIVED_SEVERITY;

      const string ALARM_ID =
         AlarmIRPConstDefs::AttributeNameValue::ALARM_ID;

      /**
       * This constant defines the name of the ackTime property.
       * The data type for the value of this property
       * is ManagedGenericIRPConstDefs::IRPTime.
       */
      const string ACK_TIME =
         AlarmIRPConstDefs::AttributeNameValue:: ACK_TIME;

      const string ACK_USER_ID =
         AlarmIRPConstDefs::AttributeNameValue::ACK_USER_ID;

      const string ACK_SYSTEM_ID =
         AlarmIRPConstDefs::AttributeNameValue::ACK_SYSTEM_ID;

      const string ACK_STATE =
         AlarmIRPConstDefs::AttributeNameValue::ACK_STATE;
   };

   interface NotifyClearedAlarm: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyClearedAlarm";

      const string PROBABLE_CAUSE =
         AlarmIRPConstDefs::AttributeNameValue::PROBABLE_CAUSE;

      const string PERCEIVED_SEVERITY =
         AlarmIRPConstDefs::AttributeNameValue::PERCEIVED_SEVERITY;

      const string ALARM_ID =
         AlarmIRPConstDefs::AttributeNameValue::ALARM_ID;

      const string CLEAR_USER_ID =
         AlarmIRPConstDefs::AttributeNameValue::CLEAR_USER_ID;

      const string CLEAR_SYSTEM_ID =
         AlarmIRPConstDefs::AttributeNameValue::CLEAR_SYSTEM_ID;
   };

   interface NotifyAlarmListRebuilt:
      NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyAlarmListRebuilt";

      const string REASON =
         AlarmIRPConstDefs::AttributeNameValue::REASON;

      const string ALARM_LIST_ALIGNMENT_REQUIREMENT =
         AlarmIRPConstDefs::AttributeNameValue::
            ALARM_LIST_ALIGNMENT_REQUIREMENT;
   };

   interface NotifyChangedAlarm: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyChangedAlarm";

      const string PROBABLE_CAUSE =
         AlarmIRPConstDefs::AttributeNameValue::PROBABLE_CAUSE;

      const string PERCEIVED_SEVERITY =
         AlarmIRPConstDefs::AttributeNameValue::PERCEIVED_SEVERITY;

      const string ALARM_ID =
         AlarmIRPConstDefs::AttributeNameValue::ALARM_ID;
   };

   interface NotifyComments: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyComments";

      const string PROBABLE_CAUSE =
         AlarmIRPConstDefs::AttributeNameValue::PROBABLE_CAUSE;

      const string PERCEIVED_SEVERITY =
         AlarmIRPConstDefs::AttributeNameValue::PERCEIVED_SEVERITY;

      const string ALARM_ID =
         AlarmIRPConstDefs::AttributeNameValue::ALARM_ID;

      /**
       * This constant defines the name of the comments property.
       * The data type for the value of this property
       * is AlarmIRPConstDefs::CommentSet.
       */
      const string COMMENTS =
         AlarmIRPConstDefs::AttributeNameValue::COMMENTS;
   };

   interface NotifyPotentialFaultyAlarmList:
      NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyPotentialFaultyAlarmList";

      /**
       * This constant defines the name of the reason property.
       * The data type for the value of this property
       * is string.
       */
      const string REASON =
         AlarmIRPConstDefs::AttributeNameValue::REASON;
   };

};

#endif // _ALARM_IRP_NOTIFICATIONS_IDL_

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品综合久久| 韩国精品主播一区二区在线观看 | 老司机精品视频线观看86| 亚洲国产精品二十页| 欧美日韩视频在线观看一区二区三区| 精品一区二区av| 亚洲一区二区三区四区的| 久久亚洲二区三区| 欧美精品亚洲二区| 91亚洲精品乱码久久久久久蜜桃| 国内精品国产成人| 日韩av不卡在线观看| 一区二区三区自拍| 日本一区二区三级电影在线观看 | 一区二区三区日韩欧美| 国产欧美一区二区精品婷婷| 欧美一区二区三区四区高清| 91久久精品一区二区| 国产精品99久久久久久似苏梦涵| 亚洲成人精品一区二区| 成人免费在线播放视频| 国产日韩欧美一区二区三区乱码 | 欧美日韩久久久| 色综合天天综合网天天狠天天| 国产精品综合视频| 老鸭窝一区二区久久精品| 日韩激情中文字幕| 丝袜亚洲另类丝袜在线| 亚洲午夜成aⅴ人片| 亚洲黄色性网站| 中文字幕一区二区三区四区| 国产欧美一区二区三区沐欲| 久久综合一区二区| 久久久久久久一区| xf在线a精品一区二区视频网站| 日韩欧美激情在线| 日韩三级高清在线| 日韩女优电影在线观看| 欧美一级免费观看| 日韩一区二区视频在线观看| 日韩一区二区三区四区五区六区| 欧美一区午夜精品| 日韩一区中文字幕| 亚洲美女视频在线| 亚洲精品国产无套在线观| 亚洲视频图片小说| 国产精品国产精品国产专区不蜜 | 国产精品一区免费视频| 国产一区二区91| 国产精品亚洲人在线观看| 国产精品系列在线播放| 99久久国产综合精品女不卡| 91美女视频网站| 欧美日韩一区二区三区四区 | 91视视频在线直接观看在线看网页在线看 | 国产人成亚洲第一网站在线播放| 国产婷婷色一区二区三区| 国产精品三级在线观看| 一区二区三区精密机械公司| 日韩国产在线观看| 国产一区二区三区不卡在线观看| 风流少妇一区二区| 色综合网站在线| 日韩午夜小视频| 日本强好片久久久久久aaa| 精品综合久久久久久8888| 成人亚洲一区二区一| 91美女在线观看| 日韩免费观看高清完整版 | 色999日韩国产欧美一区二区| 欧美日韩免费视频| 精品国产乱码久久久久久图片| 国产女同性恋一区二区| 亚洲一区二区三区四区不卡| 久久激五月天综合精品| 成人av第一页| 欧美一区二区久久久| 欧美激情在线一区二区| 亚洲综合小说图片| 国产曰批免费观看久久久| 色妞www精品视频| 日韩精品中文字幕在线一区| 日韩一区中文字幕| 精品一区二区三区在线视频| 一本色道久久综合精品竹菊| 精品国产伦一区二区三区观看方式 | 欧美人牲a欧美精品| 久久久亚洲欧洲日产国码αv| 又紧又大又爽精品一区二区| 精品一区免费av| 欧美视频中文字幕| 国产午夜亚洲精品羞羞网站| 亚洲自拍偷拍图区| 成人激情动漫在线观看| 日韩三级中文字幕| 一区二区免费看| 国产91精品一区二区麻豆亚洲| 欧美色图一区二区三区| 日本一区二区电影| 日韩在线卡一卡二| 99免费精品视频| 欧美精品一区二区三区久久久| 亚洲最大成人综合| 国产成人av自拍| 日韩美女一区二区三区| 亚洲精品v日韩精品| 国产a区久久久| 精品精品欲导航| 亚洲成人激情社区| 91麻豆.com| 中文字幕精品一区二区三区精品| 久久99蜜桃精品| 欧美丰满一区二区免费视频| 玉米视频成人免费看| 97se狠狠狠综合亚洲狠狠| 国产日韩影视精品| 国内成人自拍视频| 日韩欧美卡一卡二| 看电视剧不卡顿的网站| 欧美日韩成人综合天天影院| 一区二区在线观看免费视频播放| 成人黄色综合网站| 欧美国产日本韩| 国产999精品久久久久久绿帽| 久久一留热品黄| 狠狠色综合播放一区二区| 精品久久久久久无| 精品一区二区三区av| 日韩欧美国产一二三区| 麻豆精品一区二区三区| 欧美一级高清片| 欧美丝袜丝交足nylons| 亚洲精品成人少妇| 色欧美日韩亚洲| 一区二区三区不卡视频在线观看| 91香蕉视频污在线| 亚洲欧美偷拍卡通变态| 99精品一区二区三区| 中文字幕欧美日本乱码一线二线 | 九一九一国产精品| 欧美精品一区二区在线观看| 精品在线观看视频| 国产日韩欧美精品在线| 丰满亚洲少妇av| 亚洲视频免费观看| 欧美系列一区二区| 日本不卡一二三区黄网| 久久综合狠狠综合久久激情 | 91福利小视频| 亚洲成av人片观看| 日韩视频一区在线观看| 极品瑜伽女神91| 欧美高清在线一区| 色一区在线观看| 日韩精品免费专区| 欧美一卡二卡在线观看| 国内精品伊人久久久久av一坑 | 国产精品一级黄| 国产精品久久久久久久久免费相片| 成人av资源在线| 亚洲一级电影视频| 日韩亚洲欧美高清| 精品va天堂亚洲国产| 成人动漫一区二区| 亚洲国产精品视频| 久久亚洲影视婷婷| 91免费观看视频| 麻豆91在线播放| 中文字幕不卡三区| 欧美性猛交xxxx乱大交退制版| 秋霞影院一区二区| 国产精品福利影院| 91 com成人网| 成人午夜激情影院| 三级一区在线视频先锋| 久久久www成人免费毛片麻豆| 日本高清不卡在线观看| 蜜桃91丨九色丨蝌蚪91桃色| 国产精品毛片a∨一区二区三区| 欧美午夜影院一区| 国产成人午夜视频| 图片区小说区区亚洲影院| 欧美国产精品专区| 欧美日韩亚洲不卡| 丁香激情综合国产| 亚洲国产sm捆绑调教视频| 国产午夜三级一区二区三| 欧美日韩激情一区二区| 高清在线不卡av| 日本一不卡视频| 亚洲精选一二三| 精品福利在线导航| 欧美情侣在线播放| 白白色 亚洲乱淫| 久久97超碰国产精品超碰| 夜夜精品视频一区二区| 亚洲国产精品国自产拍av| 日韩精品一区二区三区视频| 色88888久久久久久影院按摩| 国产精品一区二区三区乱码|