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
 
 
320
 
Name
 
Type
 
Input/Output
 
Description
 
rollNameList
 
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 sncName does not refer to an SNC object. 
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an object that does 
not exist. 
Compliance 
Prime Optical-defined. 
3.9.42  getAssociatedSNCNamesForRoll 
Synopsis 
void getAssociatedSNCNamesForRoll( 
        in globaldefs::NamingAttributes_T rollName, 
        out globaldefs::NamingAttributes_T rollFromSnc, 
        out globaldefs::NamingAttributes_T rollToSnc) 
     raises(globaldefs::ProcessingFailureException);  
Description 
This interface returns the rollFrom SNC name and rollTo SNC name for a roll whose name is 
passed as a parameter. For circuit bridge-and-roll operations, the Prime Optical client Rolls 
table contains roll-from circuit and roll-to circuit attributes. The getAssociatedSNCNamesForRoll 
method returns these attributes for a given circuit roll. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
rollName
 
globaldefs::NamingAttributes_T
 
In
 
Name of roll whose associated SNC will 
be reported.
 
rollFromSnc
 
globaldefs::NamingAttributes_T
 
Out
 
Name of the rollFrom SNC.
 
rollToSnc
 
globaldefs::NamingAttributes_T
 
Out
 
Name of the rollTo SNC.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when rollName does not refer to a roll object.