User guide
3-89
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.6 getAllPTPNames
Parameters
For details about the TerminationPoint_T structure, see 3.6.3 getAllSupportedPTPs, page 3-63.
For a list of all supported layer rates, see 2.2.1 Layer Rate, page 2-23.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a managed element
object.
EXCPT_ENTITY_NOT_FOUND - Raised when managedElementName references an ME 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.6 getAllPTPNames
Synopsis
void getAllPTPNames(
in globaldefs::NamingAttributes_T managedElementName,
in transmissionParameters::LayerRateList_T tpLayerRateList,
in transmissionParameters::LayerRateList_T connectionLayerRateList,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
managedElement
Name
globaldefs::NamingAttributes_T In Name of the ME for which to retrieve PTPs.
tpLayerRateList transmissionParameters::LayerRateL
ist_T
In List of PTP layer rates for which the PTPs are
retrieved. To be reported, a PTP must contain at
least one of the layer rates specified. If the list is
empty, all PTPs (of all rates) are returned.
connectionLayer
RateList
transmissionParameters::LayerRateL
ist_T
In CTM does not use this parameter.
how_many unsigned long In Maximum number of PTPs to report in the first
batch.
tpList terminationPoint::TerminationPointL
ist_T
Out First batch of PTPs.
tpIt terminationPoint::TerminationPointIt
erator_I
Out Iterator to retrieve remaining PTPs.