⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deltasynchronizationnotifications.idl

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 IDL
字号:
//File: DeltaSynchronizationNotifications.idl
#ifndef _DELTA_SYNCHRONIZATION_NOTIFICATIONS_IDL_
#define _DELTA_SYNCHRONIZATION_NOTIFICATIONS_IDL_

#include <DeltaSynchronizationConstDefs.idl>
#include <NotificationIRPNotifications.idl>

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

/* ## Module: DeltaSynchronizationNotifications
This contains the specification of notifications of Delta Synchronization.
==========================================================================
*/
module DeltaSynchronizationNotifications
{

   /* Constant definitions for the NotifyDeltaSynchOfInstancesDeactivated notification */

   interface notifyDeltaSynchOfInstancesDeactivated: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyStatusOfDeltaSynchronization";

      /**
      * This constant defines the name of the ManagerReference property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * DeltaSynchronizationConstDefs::ManagerReferenceConditional.
      */
      const string MANAGER_REFERENCE =
         DeltaSynchronizationConstDefs::AttributeNameValue::MANAGER_REFERENCE;

      /**
      * This constant defines the name of the DeltaSynchStatusForCMData property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * DeltaSynchronizationConstDefs::DeltaSynchStatus.
      */
      const string DELTA_SYNCH_STATUS_FOR_CMDATA =
         DeltaSynchronizationConstDefs::AttributeNameValue::DELTA_SYNCH_STATUS_FOR_CMDATA;

      /**
      * This constant defines the name of the DeltaSynchStatusForAlarmData property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * DeltaSynchronizationConstDefs::DeltaSynchStatus.
      */
      const string DELTA_SYNCH_STATUS_FOR_ALARM_CMDATA =
         DeltaSynchronizationConstDefs::AttributeNameValue::DELTA_SYNCH_STATUS_FOR_ALARM_DATA;

   };



   /* Constant definitions for the notifyNewDeltaSynchPoint notification */

   interface notifyNewDeltaSynchPoint: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyNewDeltaSynchPoint";

      /**
      * This constant defines the name of the ManagerReference property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * DeltaSynchronizationConstDefs::ManagerReference.
      */
      const string MANAGER_REFERENCE =
         DeltaSynchronizationConstDefs::AttributeNameValue::MANAGER_REFERENCE;

      /**
      * This constant defines the name of the NewDeltaSynchPoint property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * DeltaSynchronizationConstDefs::SynchPoint.
      */
      const string NEW_DELTA_SYNCH_POINT =
         DeltaSynchronizationConstDefs::AttributeNameValue::NEW_DELTA_SYNCH_POINT;

      /**
      * This constant defines the name of the DeltaSynchPointType property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * DeltaSynchronizationConstDefs:: DeltaSynchPointType.
      */
      const string DELTA_SYNCH_POINT_TYPE =
         DeltaSynchronizationConstDefs::AttributeNameValue::DELTA_SYNCH_POINT_TYPE;


   };


};

#endif // _DELTA_SYNCHRONIZATION_NOTIFICATIONS_IDL_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -