User guide

3-131
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.9 getAllTopologicalLinks
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.6 getAllSubnetworkConnectionsWithTP, page 3-128, but instead of returning entire object
structures, this operation returns their names.
Parameters
For details about the SubnetworkConnection_T structure, see 3.8.2 getAllSNCs, page 3-83.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised if tpName does not reference a terminationPoint object.
EXCPT_ENTITY_NOT_FOUND - Raised when tpName 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.9 getAllTopologicalLinks
Synopsis
void getAllTopologicalLinks(
in globaldefs::NamingAttributes_T subnetName,
in unsigned long how_many,
out topologicalLink::TopologicalLinkList_T topoList,
out topologicalLink::TopologicalLinkIterator_I topoIt)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
tpName globaldefs::NamingAttrib
utes_T
in Termination point for which to report SNCs.
connectionLayerRateList transmissionParameters::
LayerRateList_T
in List of rates of the SNCs to report. If an empty list
is specified, all SNCs of all rates are reported.
how_many unsigned long in Maximum number of SNCs to report in the first
batch.
nameList globaldefs::NamingAttrib
utesList
out First batch of SNC names.
nameIt globaldefs::NamingAttrib
utesIterator_I
out Iterator to retrieve the remaining SNC names.