User guide

3-82
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8 managedElementManager::ManagedElementManager_I
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when tpName does not reference a TP.
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references an object that does not exist.
EXCPT_UNABLE_TO_COMPLY - Raised when the operation is denied by the ME.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
3.8 managedElementManager::ManagedElementManager_I
This interface accesses operations that deal with MEs and TPs. A handle to an instance of this interface
is gained through the getManager operation in emsSession.
interface ManagedElementManager_I:common::Common_I
This interface also implements the getCapabilities method. Operations described in the following
sections are returned to the NMS when it invokes getCapabilities.
3.8.1 getAllActiveAlarms
Synopsis
void getAllActiveAlarms(
in globaldefs::NamingAttributes_T meName,
in notifications::ProbableCauseList_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 active alarms for the specified ME, excluding alarms that
the ME does not report to CTM. Some alarms can be filtered out (excluded) by specifying their probable
causes or severities.
The result of this operation is independent of the filtering set up by the NMS for the notification service.
ONS 15310 CL, ONS 15327, ONS 15454 SONET, ONS 15454 SDH, ONS 15600 SONET, and ONS 15600 SDH
The ONS 15310 CL, ONS 15327, ONS 15454 SONET, ONS 15454 SDH, ONS 15600 SONET, and
ONS 15600 SDH do not send a “clear” for TCA events. TCAs are not reported in the eventList that is
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.