Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
405
 
 
 
Description
 
This interface is used to create a new transmission descriptor on the server. Data representing the new 
transmission descriptor is passed as input. The resulting transmission descriptor 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 
newTMDCreateData 
TMDCreateData_T  
In 
Information about the 
transmission descriptor to 
create. 
newTransmissionDescriptor  TransmissionDescriptor_T  Out 
Result of the creation. 
Throws 
Compliance 
None. 
3.19.6  deleteTransmissionDescriptor 
Synopsis 
Description 
This interface deletes a transmission descriptor from the server. If the service is called with the name of a 
nonexistent transmission descriptor, it succeeds. 
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 
Information about the 
transmission descriptor to 
delete.