User guide

3-90
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.7 getContainedInUseTPs
Description
This interface has the same behavior as the interface described in 3.8.5 getAllPTPs, page 3-88, but
returns the object names instead of the object structures.
Parameters
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.7 getContainedInUseTPs
Synopsis
void getContainedInUseTPs(
in globaldefs::NamingAttributes_T tpName,
in transmissionParameters::LayerRateList_T layerRateList,
in unsigned long how_many,
out terminationPoint::TerminationPointList_T tpList,
out terminationPoint::TerminationPointIterator_I tpIt)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
managedElement
Name
globaldefs::NamingAttribute
s_T
In Name of the ME for which to retrieve PTPs.
tpLayerRateList transmissionParameters::Lay
erRateList_T
In List of PTP layer rates for which PTPs are retrieved. To be
reported, a PTP must contain at least one of the specified
layer rates. If the list is empty, all PTPs (of all rates) are
returned.
connectionLayer
RateList
transmissionParameters::Lay
erRateList_T
In CTM does not use this parameter.
how_many unsigned long In Maximum number of PTPs to report in the first batch.
nameList globaldefs::NamingAttribute
sList_T
Out First batch of PTP names.
nameIt globaldefs::NamingAttribute
sIterator_I
Out Iterator to retrieve remaining PTP names.