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
 
 
460
 
Description 
This interface returns the transmission descriptor structure for the given tmdName. The 
transmission descriptor structure contains an NVSList of traffic parameters. The traffic 
parameters returned are the parameters in place on the actual transmission descriptor. If there 
are no traffic parameters, the NVSList is empty. 
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
 
how_many
 
unsigned long
 
In
 
Number of iterators to return in 
nameList.
 
nameList
 
globaldefs::NamingAttributesList_T 
 
Out
 
First batch of iterators.
 
nameIt
 
globaldefs::NamingAttributesIterator_I
 
Out
 
Iterator used to retrieve the 
remaining iterator names.
 
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_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number 
of iterators that it can support. 
Compliance 
None. 
3.19.3  getTransmissionDescriptor 
Synopsis 
void getTransmissionDescriptor( 
          in globaldefs::NamingAttributes_T tmdName, 
          out TransmissionDescriptor_T tmd)  
         raises (globaldefs::ProcessingFailureException); 
Description 
This interface returns the transmission descriptor structure for the given tmdName. The 
transmission descriptor structure contains an NVSList of traffic parameters. The traffic 
parameters returned are the parameters in place on the actual transmission descriptor. If there 
are no traffic parameters, the NVSList is empty. 
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.