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
 
 
134
 
Name
 
Type
 
Input/ 
Output
 
Description
 
sList
 
globaldefs::NamingAttributesList_T
 
Out
 
First batch of subnetwork names.
 
sIt
 
globaldefs::NamingAttributesIterator_I
 
Out
 
Iterator to retrieve the remaining 
subnetwork names.
 
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
TMF-defined. 
3.3.14  getAllTopLevelTopologicalLinks  
Synopsis 
void getAllTopLevelTopologicalLinks( 
         in unsigned long how_many, 
         out topologicalLink::TopologicalLinkList_T topoList, 
         out topologicalLink::TopologicalLinkIterator_I topoIt)  
 
raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to request all of the top-level topological links that are under the 
control of the EMS. A top-level topological link is a link in which the link endpoints exist in two 
different multilayer subnetworks. 
If a topological link that is under the control of the EMS is removed from the NE, the provType 
parameter is reported as INVALID. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
how_many
 
unsigned long
 
In
 
Maximum number of top-level 
topological links to return in the 
first batch.
 
topoList
 
topologicalLink::TopologicalLinkList_T
 
Out
 
First batch of top-level 
topological links.
 
topoIt
 
topologicalLink::TopologicalLinkIterator_I
 
Out
 
Iterator to retrieve the remaining 
top-level topological links.