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
 
 
219
 
Attribute Name
 
Supporting ME
 
CPT 600 SDH
 
ONS 15305 CTC
 
ONS 15310 CL
 
ONS 15310 MA
 
ONS 15310 MA SDH
 
ONS 15327
 
ONS 15600
 
ONS 15600 SDH
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
TMF-defined. 
3.8.4  getAllManagedElementNames 
Synopsis 
void getAllManagedElementNames( 
        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 
, but instead of returning 
entire object structures, this operation returns their names. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
how_many
 
unsigned long
 
In
 
Maximum number of MEs to report 
in the first batch.
 
nameList
 
globaldefs::NamingAttributesList_T
 
Out
 
First batch of MEs.
 
nameIt
 
globaldefs::NamingAttributesIterator_I
 
Out
 
Iterator to retrieve the remaining 
MEs.