Cisco Cisco Prime Optical 9.6 개발자 가이드

다운로드
페이지 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
630
 
Description 
This interface returns the list of all the pseudowire names configured in an FD. 
4.11.1.5  getFDFrNamesWithTP 
Synopsis 
void getFDFrNamesWithTP( 
NameAndStringValue_T[]   
cptpName, 
                        int    
 
 
 
how_many, 
                        NamingAttributesList_THolder  nameList, 
                        NamingAttributesIterator_IHolder  
nameIt) 
      throws ProcessingFailureException 
Description 
This interface returns the list of all the pseudowire names that have at least one EFP in the 
CPTP provided as an input parameter. 
4.11.1.6  getFDFrsByUserLabel 
Synopsis 
public void getFDFrsByUserLabel( 
String  
 
 
userLabel, 
                                    FDFrList_THolder  fdfrs) 
      throws ProcessingFailureException 
Description 
This interface returns the FDFr by userLabel. The userLabel is provided as a parameter. The 
operation does not use an iterator because the number of FDFrs returned is expected to be 1. 
Parameters 
•  string userLabel—The user label of the FDFrs to be retrieved. 
•  FDFrList_T fdfrs—The list of identified FDFrs. 
Throws 
Raises globaldefs::ProcessingFailureException  
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation 
4.11.1.7  getFDFrRoute 
Synopsis 
public void getFDFrRoute( 
NameAndStringValue_T[]  fdfrName, 
                            
FDFrRoute_THolder  
 
route) 
      throws ProcessingFailureException