Cisco Cisco Prime Optical 9.6 开发者指南

下载
页码 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
155
 
Name
 
Type
 
Input/Output
 
Description
 
how_many
 
unsigned long
 
In
 
Maximum number of 
alarms to report in the 
first batch.
 
EventList
 
notifications::EventList
 
Out
 
First batch of alarms.
 
EventIt
 
notifications::EventIterator_I
 
Out
 
Iterator to retrieve the 
remaining alarms.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_UNABLE_TO_COMPLY - Raised when this method is being used by another OSS 
Client. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
Prime Optical-defined. 
3.3.27  getAllEMSSystemClearedAlarms 
Synopsis 
void getAllEMSSystemClearedAlarms( 
        in notifications::PerceivedSeverityList_T excludeSeverityList, 
        in unsigned long how_many 
        out notifications::EventList_T eventList, 
        out notifications::EventIterator_I eventIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to request all of the cleared and acknowledged alarms that are 
for the EMS itself. Some alarms may be filtered out (excluded) by specifying their severities. 
The result of this operation is independent of the filtering set up by the NMS for the notification 
service. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
excludeSeverityList
 
notifications::PerceivedSeverityList_T
 
In
 
List of alarm severities to 
exclude from the output 
event list.
 
how_many
 
unsigned long
 
In
 
Maximum number of 
alarms to report in the 
first batch.