User guide

3-23
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.4 getAllTopLevelSubnetworkNames
3.3.4 getAllTopLevelSubnetworkNames
Synopsis
void getAllTopLevelSubnetworkNames(
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 the interface described in 3.3.3 getAllTopLevelSubnetworks,
page 3-21, but instead of returning entire object structures, this interface 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.
3.3.5 getAllTopLevelTopologicalLinks
Synopsis
void getAllTopLevelTopologicalLinks(
in unsigned long how_many,
out topologicalLink::TopologicalLinkList_T topoList,
out topologicalLink::TopologicalLinkIterator_I topoIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request all of the top-level topological links that are under the control
of the EMS. A top-level topological link is a link in which the link endpoints exist in two different
multilayer subnetworks.
If a topological link that is under the control of the EMS is removed from the NE, the provType
parameter is reported as INVALID.
Name Type Input/Output Description
how_many unsigned long In Maximum number of subnetworks to return in the
first batch.
sList globaldefs::NamingAttributesList_T Out First batch of subnetwork names.
sIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve the remaining subnetwork names.