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
 
 
463
 
Name
 
Type
 
Input/ 
Output
 
Description
 
transmission descriptor to 
create.
 
newTransmissionDescriptor
 
TransmissionDescriptor_T
 
Out
 
Result of the creation.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support creation of TMDs 
via this interface. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised if newTMDCreateData contains invalid data. 
EXCPT_USERLABEL_IN_USE - Raised when the user label uniqueness constraint is 
not met. 
EXCPT_CAPACITY_EXCEEDED - Raised when the EMS reaches the maximum number of 
transmission descriptors that it can support. 
Compliance 
None. 
3.19.6  deleteTransmissionDescriptor 
Synopsis 
void deleteTransmissionDescriptor( 
          in globaldefs::NamingAttributes_T transmissionDescriptorName) 
          raises (globaldefs::ProcessingFailureException); 
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.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support deletion of TMDs 
via this interface.