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
 
 
593
 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when tmdOrFdName does not reference a TMD or FD 
object. 
EXCPT_ENTITY_NOT_FOUND - Raised when tmdOrFdName references an object that 
does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
that the EMS can support has been reached. 
Limitations 
In Prime Optical 9.6.3, this interface is supported only if the tmdOrFdName parameter contains 
an FD name. 
4.9.2.2  getAllSupportedMFDs 
Synopsis 
public void getAllSupportedMFDs(NameAndStringValue_T[] holderName, 
                                  int how_many, 
                                  MFDList_THolder mfds, 
                                  MFDIterator_IHolder mfdIt) 
      throws ProcessingFailureException 
Description 
This interface enables the NMS to request a list of MFDs that are contained by a specified ME or 
supported with specified equipment (holderName). This operation uses an iterator to allow the 
NMS to deal with a large number of objects.  
Parameters 
•  NamingAttributes_T holderName—Name of the ME or equipment. 
•  unsigned long how_many—Maximum number of MFDs to be returned in the first batch. 
•  MFDList_T mfds—First batch of MFDs. 
•  MFDIterator_I mfdIt—Iterator to retrieve the remaining MFDs. 
Throws 
Raises ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when holderName does not reference an ME or 
equipment object. 
EXCPT_ENTITY_NOT_FOUND - Raised when holderName references an object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
that the EMS can support has been reached.