| |
A-8 TelekommunikationscMaschinenbordbuchcService, v1.1.2 Juli 2003 A Art StateType; irgendein new_value; }; struct ProcessingErrorAlarm { // Fall erzeugt durch ein Maschinenbordbuch, wenn ein Problem innerhalb des Maschinenbordbuches auftritt. // die höchsten 20 Bits von error_num sind für Vender reserviert // spezifische Identifikation. langes error_num; error_string Zeichenkette; }; }; Modul A.3 DsEventLogAdmin Dieses Modul definiert das EventLog und EventLogFactory Schnittstellen. # umfassen Sie < CosEventChannelAdmin.idl->// CORBA Fallservice # schließen Sie < DsLogAdmin.idl > mit ein # Pragmapräfix "omg.org" Modul DsEventLogAdmin { Schnittstelle EventLog: DsLogAdmin::Log, CosEventChannelAdmin::EventChannel { }; Schnittstelle EventLogFactory: DsLogAdmin::LogMgr, CosEventChannelAdmin::ConsumerAdmin { EventLog verursachen ( im DsLogAdmin::LogFullActionType-full_action in nicht unterzeichnetem langem langem max_size, in den DsLogAdmin::CapacityAlarmThresholdList-Schwellen aus DsLogAdmin::LogId-Kennzeichnung ) hebt an (DsLogAdmin::InvalidLogFullAction, DsLogAdmin::InvalidThreshold); Create_with_id EventLog ( in DsLogAdmin::LogId-Kennzeichnung im DsLogAdmin::LogFullActionType-full_action in nicht unterzeichnetem langem langem max_size, in den DsLogAdmin::CapacityAlarmThresholdList-Schwellen ) hebt an (DsLogAdmin::LogIdAlreadyExists, DsLogAdmin::InvalidLogFullAction, DsLogAdmin::InvalidThreshold); }; }; |  |
|
| |
|
|