User guide

3-132
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.9.10 getAllTopologicalLinkNames
Description
This interface returns a list of topological links that exist within the subnetwork whose name is passed
as a parameter.
Parameters
For details about the TopologicalLink_T structure, see 3.3.5 getAllTopLevelTopologicalLinks,
page 3-23.
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_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
3.9.10 getAllTopologicalLinkNames
Synopsis
void getAllTopologicalLinkNames(
in globaldefs::NamingAttributes_T subnetName,
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 operation described in 3.9.9 getAllTopologicalLinks,
page 3-131, but instead of returning entire object structures, this operation returns their names.
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnetwork.
how_many unsigned long In Maximum number of topological links to
return in the first batch.
topoList topologicalLink::TopologicalLink
List_T
Out First batch of topological links.
topoIt topologicalLink::TopologicalLinkI
terator_I
Out Iterator to retrieve the remaining topological
links.