User guide
3-125
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.2 getAllEdgePointNames
void getAllEdgePointNames(in globaldefs::NamingAttributes_T subnetName,
in transmissionParameters::LayerRateList_T layerRateList,
in transmissionParameters::LayerRateList_T connectionLayerRateList,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request a list of edge termination points for the specified subnetwork
at one or more of the NMS-specified layers that are capable of containing CTPs that can be connected
at one or more of the NMS-specified connection layer rates.
CTM reports the PTPs that are not part of the topological link.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when subnetName does not reference a multiLayerSubnetwork
object or tpLayerRateList or connectionLayerRateList contain undefined values.
EXCPT_ENTITY_NOT_FOUND - Raised when subnetName references an object that does not exist.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
Name Type Input/Output Description
subnetName globaldefs::NamingAttribut
es_T
In Name of the subnetwork.
tpLayerList transmissionParameters::La
yerRateList_T
In List of TP layer rates for which the edge points
are fetched. To be reported, an edge point must
contain at least one of the layer rates specified. If
the list is empty, edge points of all rates are
returned.
connectionLayerRateList transmissionParameters::La
yerRateList_T
In CTM does not use this parameter.
how_many unsigned long In Maximum number of edge points to return in the
first batch.
nameList globaldefs::NamingAttribut
esList_T
Out First batch of edge point names.
nameIt globaldefs::NamingAttribut
esIterator_I
Out Iterator to retrieve the remaining edge point
names.