Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
519
 
4.9.3  Flow Domain Inventory Interfaces 
This section describes the following interface: 
• 
4.9.3.1 
getAllFlowDomains 
Synopsis 
Description 
This interface enables the NMS to request a list of FDs that exist in the EMS. This operation uses an 
iterator to allow the NMS to deal with a large number of objects. 
Parameters 
•  unsigned long how_many—Maximum number of FDs to be returned in the first batch. 
•  FDList_T flowDomains—First batch of FDs. 
•  FDIterator_I fdIt—Iterator to retrieve the remaining FDs. 
Throws 
4.9.3.2 
getFlowDomainsByUserLabel 
Synopsis 
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 
4.9.3.3 
getFlowDomain 
Synopsis