Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
404
 
None. 
3.19.4  getAssociatedTPs 
Synopsis 
Description 
This interface allows an NMS to request all of the TPs associated with the specified transmission 
descriptor. If there are no associated TPs, an empty list is returned. 
This interface is introduced in Prime Optical to comply with MTNM version 3.0. The current 
implementation returns a globaldefs::ProcessingFailureException stating that this API is not supported. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
transmissionDescriptorName  globaldefs::NamingAttributes_T 
In 
Name of the 
transmission 
descriptor. 
how_many 
unsigned long 
In 
Maximum 
number of TPs 
to return in the 
first batch. 
tpList 
terminationPoint::TerminationPointList_T 
Out 
First batch of 
TPs. 
tpIt 
terminationPoint::TerminationPointIterator_I  Out 
Iterator to 
access the 
remaining TPs. 
Throws 
Compliance 
None. 
3.19.5  createTransmissionDescriptor 
Synopsis