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
 
 
270
 
Name
 
Type
 
Input/ 
Output
 
Description
 
report in the first batch.
 
sncList
 
subnetworkConnection::Subnetwork
ConnectionList_T
 
Out
 
First batch of SNCs.
 
sncIt
 
subnetworkConnection::SNCIterator
_I
 
Out
 
Iterator to retrieve the remaining 
SNCs.
 
For details about the SubnetworkConnection_T structure, see 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised if tpName does not reference a termination point 
object. 
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references an object that does not 
exist. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
TMF-defined. 
3.9.7  getAllSubnetworkConnectionNames 
Synopsis 
void getAllSubnetworkConnectionNames( 
        in globaldefs::NamingAttributes_T subnetName, 
        in transmissionParameters::LayerRateList_T connectionRateList, 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList_T nameList, 
        out globaldefs::NamingAttributesIterator_I nameIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface has the same behavior as the operation described in 
, but instead of returning entire object structures, this 
operation returns their names. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
subnetName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the 
subnetwork.