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
 
 
598
 
EXCPT_ENTITY_NOT_FOUND - Raised when mfdName references an MFD object that 
does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
4.9.4  EVC FDFr Inventory Interfaces  
This section describes the following interfaces: 
• 
• 
• 
• 
• 
• 
• 
4.9.4.1  getFDFr 
Synopsis 
public void getFDFr(NameAndStringValue_T[] fdfrName, 
                      FlowDomainFragment_THolder fdfrHolder) 
      throws ProcessingFailureException 
Description 
This interface returns the FDFr representing the EVC. This EVC name must be provided as a 
parameter. 
Parameters 
•  NamingAttributes_T fdfrName—The EVC name to be retrieved. The EVC name is provided 
as:  
<EVC native name>:SID=nn:LR=EVC. 
•  FlowDomainFragment_T fdfr—The FDFr structure that is retrieved. 
Throws 
Raises ProcessingFailureException  
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when fdfrName does not reference an FDFr object. 
EXCPT_ENTITY_NOT_FOUND - Raised when fdfrName references an FDFr object that 
does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
Relevant Data Structures 
FlowDomainFragment_T 
 
NameAndStringValue_T[]  name 
 
String  
 
 
 
userLabel