User guide
3-137
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.15 getTopologicalLink
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when sncName does not reference an SNC object or when sncName
is not unique.
EXCPT_UNABLE_TO_COMPLY – Raised when invoked on SNC on Ethernet equipment or STS-1 SNC on
DS1 equipment.
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an SNC object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
3.9.15 getTopologicalLink
Synopsis
void getTopologicalLink(
in globaldefs::NamingAttributes_T topoLinkName,
out topologicalLink::TopologicalLink_T topoLink)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a topological link. CTM reports all autodiscovered 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.
EXCPT_INVALID_INPUT - Raised when topoLinkName does not reference a subnetwork topological
link object.
EXCPT_ENTITY_NOT_FOUND - Raised when topoLinkName references a subnetwork topological link
object that does not exist.
Compliance
TMF-defined.
Name Type Input/Output Description
topoLinkName Globaldefs::NamingAttributes_T In Name of the subnetwork topological link to
retrieve.
topoLink topologicalLink::TopologicalLink_T Out Subnetwork topological link returned.