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
 
 
596
 
Description 
This interface returns the FD structure for the FDs. You must use userLabel as the parameter. 
The operation does not use an iterator because the number of FDs returned is 1. 
Parameters 
•  string userLabel—The user label of the FD that must be retrieved. 
•  FDList_T flowDomains—The list of identified FDs.  
Throws 
Raises 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.9.3.3  getFlowDomain 
Synopsis 
public void getFlowDomain(NameAndStringValue_T[] fdName, 
                            FlowDomain_THolder flowDomain) 
      throws ProcessingFailureException 
Description 
This interface returns the FD structure. 
Parameters 
•  NamingAttributes_T fdName—Name of the FD that must be retrieved. The name of each FD 
must be in the following format: 
name="EMS";value="CompanyName/EMSname" 
name="FlowDomain";value=" FlowDomainName" 
•  FlowDomain_T flowDomain—The FD structure that is returned. 
Throws 
Raises ProcessingFailureException  
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when fdName does not reference an FD object. 
EXCPT_ENTITY_NOT_FOUND - Raised when fdName references an FD object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
4.9.3.4  getAllTopologicalLinksOfFD 
Synopsis 
public void getAllTopologicalLinksOfFD(NameAndStringValue_T[] flowDomainName, 
                                         int how_many,