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
 
 
319
 
 
Parameters
 
Name
 
Type
 
Input/ 
Output
 
Description
 
subnetName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the subnet for which all 
rolls are reported.
 
how_many
 
unsigned
 
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 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when subnetwork name does not refer to a 
subnetwork object. 
EXCPT_ENTITY_NOT_FOUND - Raised when subnetwork references an object that does 
not exist. 
Compliance 
Prime Optical-defined. 
3.9.41  getAssociatedRollNamesForSNC 
Synopsis 
void getAssociatedRollNamesForSNC( 
        in globaldefs::NamingAttributes_T sncName, 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList rollNameList, 
        out globaldefs::NamingAttributesIterator_I nameIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns all the rolls associated with the SNC. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
sncName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the SNC whose 
associated roll objects are 
required.
 
how_many
 
unsigned long
 
In
 
Maximum number of rolls to 
report in the first batch.