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
 
 
266
 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList_T nameList, 
        out globaldefs::NamingAttributesIterator_I nameIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to request a list of managed elements that are associated with 
the specified subnetwork. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
subnetName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the subnetwork.
 
how_many
 
unsigned long
 
In
 
Maximum number of MEs 
to report in the first batch.
 
meList
 
managedElement::ManagedElementList_T
 
Out
 
First batch of ME names.
 
MeIt
 
managedelement::ManagedElementIterator_I
 
Out
 
Iterator to retrieve the 
remaining ME names.
 
For details about the ManagedElement_T structure, see 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when subnetName does not reference a 
multiLayerSubnetwork object. 
EXCPT_ENTITY_NOT_FOUND - Raised when subnetName 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.4  getAllManagedElementNames 
Synopsis 
void getAllManagedElementNames( 
        in globaldefs::NamingAttributes_T subnetName, 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList_T nameList, 
        out globaldefs::NamingAttributesIterator_I nameIt) 
     raises(globaldefs::ProcessingFailureException);