Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
234
 
For details about the TerminationPoint_T structure, see 
 
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, or the parameter is not correct. 
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. Prime Optical supports multilayer 
topological links and returns a list of topological links through the TP.  
Prime Optical reports all the physical optical and manual topological links. 
Parameters 
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.
 
For details about the TopologicalLink_T structure, see 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when ptpName does not reference a physical 
termination point object. 
EXCPT_ENTITY_NOT_FOUND - Raised when ptpName references a PTP object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.