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
 
 
439
 
EXCPT_INVALID_INPUT - Raised when any input parameter is not well formed. 
EXCPT_NE_COMM_LOSS - Raised when communication to the NE is lost. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number 
of iterators that it can support. 
Compliance 
TMF-defined. 
3.13.11 getMEPMcapabilities 
Synopsis 
void performance::PerformanceManagementMgr_I::getMEPMcapabilities  (  in 
globaldefs::NamingAttributes_T  meName,   
  in transmissionParameters::LayerRate_T  layerRate,   
  out PMParameterList_T  pmParameterList  
 )  raises (globaldefs::ProcessingFailureException) 
Description 
This interface allows the NMS to request from the EMS the set of PM parameters supported by 
a particular ME at a specific layer. 
For a list of supported layer rates, see 
. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
meName
 
NamingAttributes_T
 
In
 
Name of the managed element.
 
LayerRate
 
LayerRate_T
 
In
 
Layer rate at which PM parameters must be 
displayed.
 
pmParameterList
 
PMParameterList_T
 
Out
 
List of PMParameter_T, which returns the PM 
parameter name of the PM measure qualified by 
its location.
 
Throws 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when meName does not reference a managed element 
object or layerRate contains undefined rates. 
EXCPT_ENTITY_NOT_FOUND - Raised when meName references an object that does not 
exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost. 
Compliance 
TMF-defined.