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
 
 
302
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when vcatName does not reference a VCAT object.  
EXCPT_ENTITY_NOT_FOUND - Raised when vcatName references an object that does 
not exist. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
Prime Optical-defined. 
3.9.25  getAllVCATMemberSNCNames 
Synopsis 
void MultiLayerSubnetworkMgr_I::getAllVCATMemberSNCNames( 
        in globaldefs::NamingAttributes_T vcatName,  
        boolean isTransmit,  
        in unsigned long how_many,  
        out globaldefs::NamingAttributesList_T nameList, 
        out globaldefs::NamingAttributesIterator_I nameIt)  
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns the names of all member SNCs for a given VCAT SNC.  
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
vcatName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the VCAT SNC.
 
isTransmit
 
boolean
 
In
 
If the isTransmit boolean is set to true, 
only transmit-side member SNCs are 
returned. If set to false, only receive-
side member SNCs are returned. If the 
VCAT is symmetrical, the isTransmit 
value is ignored and all bidirectional 
SNCs are returned.
 
how_many
 
unsigned long
 
In
 
Maximum number of member VCAT 
SNCs to report in the first batch.
 
nameList
 
globaldefs::NamingAttributesList_T
 
Out
 
First batch of member VCAT SNC 
names.
 
nameIt
 
globaldefs::NamingAttributesIterator_T
 
Out
 
Iterator to retrieve the remaining 
member VCAT SNC names.