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

📄 testmanagementirpnotifications.idl

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

#ifndef _TESTMANAGEMENTIRPNOTIFICATIONS_IDL
#define _TESTMANAGEMENTIRPNOTIFICATIONS_IDL

#include "TestManagementIRPConstDefs.idl"
#include "NotificationIRPConstDefs.idl"
#include "NotificationIRPNotifications.idl"

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

/* ## Module: TestManagementIRPNotifications
This module contains the specification of all notifications of Test Management IRP Agent.
============================================================================
*/

module TestManagementIRPNotificationsfDefs
{
   /**
   *  Constant definitions for the notifyTestResult notification
   */      
   interface notifyTestResult: NotificationIRPNotifications::Notify
   {
     const string EVENT_TYPE = "notifyTestResult";
    
     /**
     * This constant defines the name of the  period property, 
     * which is transported in the remaining_body fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: TestInvocationInitiator.
     */             
     const string TEST_INVOCATION_INITIATOR = 
         TestManagementIRPConstDefs::AttributeNameValue::TEST_INVOCATION_INITIATOR;

     /*
     * This constant defines the name of the 
     * TestInvocationId property, 
     * which is transported in the remaining body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: TestInvocationId.
     */             
     const string TEST_INVOCATION_ID = 
         TestManagementIRPConstDefs::AttributeNameValue::TEST_INVOCATION_ID;

     /*
     * This constant defines the name of the 
     * TestActualStartTime property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: TestActualStartTime.
     */             
      const string TEST_ACTUAL_START_TIME = 
          TestManagementIRPConstDefs::AttributeNameValue::TEST_ACTUAL_START_TIME;

     /*
     * This constant defines the name of the 
     * TestActualStopTime property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: TestActualStopTime.
     */             
      const string TEST_ACTUAL_STOP_TIME = 
          TestManagementIRPConstDefs::AttributeNameValue::TEST_ACTUAL_STOP_TIME;

     /*
     * This constant defines the name of the 
     * testOutcome property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: testOutcome.
     */             
      const string TEST_OUTCOME = TestManagementIRPConstDefs::AttributeNameValue::TEST_OUTCOME;

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

     /*
     * This constant defines the name of the 
     * ProposedRepairActions property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs::ProposedRepairActions.
     */             
      const string PROPOSED_REPAIR_ACTIONS = 
          TestManagementIRPConstDefs::AttributeNameValue::PROPOSED_REPAIR_ACTIONS;

     /*
     * This constant defines the name of the 
     * AdditionalInformation property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: AdditionalInformation.
     */             
      const string ADDITIONAL_INFORMATION = 
          TestManagementIRPConstDefs::AttributeNameValue::ADDITIONAL_INFORMATION;

     /*
     * This constant defines the name of the 
     * FileReference property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: FdditionalInformation.
     */             
      const string FILE_REFERENCE = TestManagementIRPConstDefs::AttributeNameValue::FILE_REFERENCE;

     /*
     * This constant defines the name of the 
     * FileExpiryDate property, 
     * which is transported in the remaining_body
     * fields.
     * The data type for the value of this property
     * is TestManagementIRPConstDefs:: FileExpiryDate.
     */             
      const string FILE_EXPIRY_DATE = 
          TestManagementIRPConstDefs::AttributeNameValue::FILE_EXPIRY_DATE;


   };

};

#endif // _TESTMANAGEMENTIRPNOTIFICATIONS_IDL_

⌨️ 快捷键说明

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