Cisco Cisco Prime Optical 9.6 Guia Do Programador

Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
211
 
•  MaintenanceOperation_T maintenanceOperation 
–  Only FACILITY_LOOPBACK, TERMINAL_LOOPBACK, and PAYLOAD_LOOPBACK are 
supported. 
•  transmissionParameters::LayerRate_T layerRate 
–  Supported for CTPs only. 
•  globaldefs::NVSList_T additionalInfo 
–  Not supported. 
Throws 
globaldefs::ProcessingFailureException 
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);