Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
128
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
excludeProbCauseList
 
notifications::ProbableCauseList_T
 
In
 
List of probable causes to 
exclude from the the output 
event list.
 
excludeSeverityList
 
notifications::PerceivedSeverityList_T
 
In
 
List of severities to exclude 
from the output event list.
 
how_many
 
unsigned long
 
In
 
Maximum number of alarms to 
report in the first batch.
 
EventList
 
notifications::EventList_T
 
Out
 
First batch of alarms.
 
EventIt
 
notifications::EventIterator_I
 
Out
 
Iterator to retrieve the 
remaining alarms.
 
 
3.3.8  getAllEMSSystemUnacknowledgedActiveAlarms 
Synopsis 
    void getAllEMSSystemUnacknowledgedActiveAlarms( 
           in notifications::PerceivedSeverityList_T excludeSeverityList, 
           in unsigned long how_many, 
           out notifications::EventList_T eventList, 
           out notifications::EventIterator_I eventIt) 
          raises(globaldefs::ProcessingFailureException); 
Description 
getAllEMSSystemUnacknowledgedActiveAlarms returns all EMS System Alarms that are active 
and unacknowledged. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
excludeSeverityList
 
notifications::PerceivedSeverityList_T
 
In
 
List of severities to exclude 
from the output event list.
 
how_many
 
unsigned long
 
In
 
Maximum number of alarms 
to report in the first batch.
 
EventList
 
notifications::EventList_T
 
Out
 
First batch of alarms
 
EventIt
 
notifications::EventIterator_I
 
Out
 
Iterator to retrieve the 
remaining alarms.