Cisco Cisco Prime Optical 10.3 Developer's Guide

Page of 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
230
 
Description 
This interface returns a list of roll names within the managed element whose name is passed as a 
parameter. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
meName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the managed element with 
rolls that are being queried.
 
how_many
 
unsigned long
 
In
 
Maximum number of rolls to report 
in the first batch.
 
nameList
 
globaldefs::NamingAttributesList
 
Out
 
First batch of roll names.
 
nameIt
 
globaldefs::namingAttributesIterator_I
 
Out
 
Iterator to retrieve the remaining roll 
names.
 
Throws 
Compliance 
Prime Optical-defined. 
3.8.30  getRoll 
Synopsis 
Description 
This interface returns the Roll_T structure for a specific roll name. 
ParameterNormals 
Name
 
Type
 
Input/ Output
 
Description
 
rollName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the roll.
 
Roll
 
multiLayerSubnetwork::Roll_T
 
Out
 
Roll object.
 
Prime Optical support for Roll_T is described in 
. 
Throws