User guide
3-94
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.10 getContainedPotentialTPNames
3.8.10 getContainedPotentialTPNames
Synopsis
void getContainedPotentialTPNames(
in globaldefs::NamingAttributes_T tpName,
in transmissionParameters::LayerRateList_T layerRateList,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when tpName does not reference a PTP or CTP object.
EXCPT_TP_INVALID_ENDPOINT - Raised when tpName refers to a PTP (and all contained
potential CTPs) that is part of a topological link.
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references a PTP or CTP 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.8.11 getContainingSubnetworkNames
Synopsis
void getContainingSubnetworkNames(
in globaldefs::NamingAttributes_T managedElementName,
out globaldefs::NamingAttributesList_T subnetNames)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
tpName globaldefs::NamingAttributes_T In Name of the PTP or CTP for which to retrieve
contained CTPs.
layerRateList transmissionParameters::LayerRateList_
T
In List of the rates of the contained CTPs to report.
An empty list indicates to the EMS to report all
contained CTPs (of all rates).
how_many unsigned long In Maximum number of contained CTPs to report in
the first batch.
nameList globaldefs::NamingAttributesList_T Out First batch of contained in-use CTP names.
nameIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve the remaining contained in-use
CTP names.