Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
461
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
tmdName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the transmission descriptor.
 
tmd
 
TransmissionDescriptor_T 
 
Out
 
Returned transmission descriptor.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when tmdName does not reference a transmission 
descriptor object. 
EXCPT_ENTITY_NOT_FOUND - Raised when tmdName references an object that does 
not exist. 
Compliance 
None. 
3.19.4  getAssociatedTPs 
Synopsis 
void getAssociatedTPs( 
          in globaldefs::NamingAttributes_T transmissionDescriptorName, 
          in unsigned long how_many, 
          out terminationPoint::TerminationPointList_T tpList, 
          out terminationPoint::TerminationPointIterator_I tpIt)  
         raises(globaldefs::ProcessingFailureException); 
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