User guide
3-99
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.16 getAssociatedTopologicalLinks
Parameters
For details about the TerminationPoint_T structure, see 3.6.3 getAllSupportedPTPs, page 3-63.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when tpName does not reference a termination point object.
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references a TP object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
3.8.16 getAssociatedTopologicalLinks
Synopsis
void getAssociatedTopologicalLinks(
in globaldefs::NamingAttributes_T ptpName,
out topologicalLink::TopologicalLink_T topologicalLinks)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables the NMS to pass the TP name. CTM supports multilayer topological links and
returns a list of topological links through the TP.
CTM reports all the physical optical and manual topological links.
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.
Name Type Input/Output Description
tpName globaldefs::NamingAttributes_T In Name of the TP to retrieve.
tp terminationPoint::TerminationPoint_T Out Retrieved TP.
Name Type
Input/
Output Description
tpName globaldefs::NamingAttributes_T In Name of TP whose topological link is required.
topologicalLinks topologicalLink::TopologicalLink_T Out Topological link structure whose end is a specific TP.