User guide
3-294
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.17.6 deleteTransmissionDescriptor
Parameters
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.17.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 CTM to comply with MTNM version 3.0. The current implementation
returns a globaldefs::ProcessingFailureException stating that this API is not supported.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support deletion of TMDs via this
interface.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Name Type Input/Output Description
newTMDCreateData TMDCreateData_T In Information about the transmission descriptor to
create.
newTransmissionDescriptor TransmissionDescriptor_T Out Result of the creation.
Name Type Input/Output Description
transmissionDescriptorName globaldefs::NamingAttributes_T In Information about the transmission
descriptor to delete.