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
 
 
629
 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
4.11.1.3  getFDFrsWithTP 
Synopsis 
public void getFDFrsWithTP( 
     NameAndStringValue_T[] 
cptpName, 
                             int  
 
 
 
how_many, 
                             FDFrList_THolder   fdfrList, 
                             FDFrIterator_IHolder  
fdfrIt) 
      throws ProcessingFailureException 
Description 
This interface allows the NMS to request the EMS for the FDFrs that are connected to a 
specified FP or CPTP. If the FP is an input parameter, not more than one FDFr is returned. 
Parameters 
•  NamingAttributes_T tpName—The name of the FP or CPTP for which the connected FDFrs 
are returned. 
•  unsigned long how_many—Maximum number of FDFrs to be reported in the first batch. 
•  FDFrList_T fdfrList—First batch of FDFrs. 
•  FDFrIterator_I fdfrIt—Iterator to retrieve the remaining FDFrs. 
Throws 
Raises ProcessingFailureException  
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when tpName does not reference an FP or CPTP. 
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references an object that does not 
exist. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when maximum number of iterators that 
the EMS can support has been reached. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
4.11.1.4  getAllFDFrNames 
Synopsis 
void getAllFDFrNames( 
NameAndStringValue_T[]   
fdName, 
                        int    
 
 
 
how_many, 
       
short[]  
 
 
 
 
connectivityRateList, 
               
NamingAttributesList_THolder  nameList, 
                   
NamingAttributesIterator_IHolder  
nameIt) 
      throws ProcessingFailureException