User guide

3-87
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.4 getAllManagedElementNames
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 3.8.3 getAllManagedElements, page 3-85, but instead of
returning entire object structures, this operation returns their names.
Parameters
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.
UnderMaintenance False
InServiceIntializing False
InService True
OperationStates EmsInSyncState
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.