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
 
 
257
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when the ptpName does not refer to a valid PTP 
name or when it contains undefined values. 
EXCPT_ENTITY_NOT_FOUND - Raised when ptpName references an object that does 
not exist. 
Compliance 
Prime Optical-defined. 
3.8.36  getAllClearedAlarms 
Synopsis 
void getAllClearedAlarms( 
        in globaldefs::NamingAttributes_T meName, 
        in notifications::ProbablyCauseList_T excludeProbCauseList, 
        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 for the 
specified ME. Alarms that are not reported by the ME to the EMS are not reported by this 
operation. Some alarms may be filtered out by specifying the probable cause of the severities.  
The result of this operation is independent of the filtering set up by the NMS for the notification 
service. 
ONS 15310 CL, ONS 15310 MA SDH, ONS 15310 MA SONET, ONS 15327, ONS 15454 SONET, 
ONS 15454 SDH, ONS 15600 SONET, ONS 15600 SDH, CPT 200, CPT 200 SDH, CPT 600, and CPT 
600 SDH 
The ONS 15310 CL, ONS 15310 MA SDH, ONS 15310 MA SONET, ONS 15327, ONS 15454 SONET, 
ONS 15454 SDH, ONS 15600 SONET, ONS 15600 SDH, CPT 200, CPT 200 SDH, CPT 600, and CPT 
600 SDH do not send a “clear” for TCA events. TCAs are not reported in the eventList returned 
by this method. 
ONS 15530 and ONS 15540 
TCAs are reported in the eventList returned by this method. The ONS 15530 and ONS 15540 
send a “clear” for TCAs.