User guide

3-293
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.5 createTransmissionDescriptor
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_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when transmissionDescriptorName does not reference a
transmission descriptor object.
EXCPT_ENTITY_NOT_FOUND - Raised when transmissionDescriptorName references an object that
does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number of
iterators that it can support.
Compliance
None.
3.17.5 createTransmissionDescriptor
Synopsis
void createTransmissionDescriptor(
in TMDCreateData_T newTMDCreateData,
out TransmissionDescriptor_T newTransmissionDescriptor)
raises (globaldefs::ProcessingFailureException);
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 CTM to comply with MTNM version 3.0. The current implementation
returns a globaldefs::ProcessingFailureException stating that this API is not supported.
Name Type Input/Output Description
transmissionDescriptorName globaldefs::NamingAttributes_T In Name of the transmission descriptor.
how_many unsigned long In Maximum number of TPs to return in the
first batch.
tpList terminationPoint::TerminationPoi
ntList_T
Out First batch of TPs.
tpIt terminationPoint::TerminationPoi
ntIterator_I
Out Iterator to access the remaining TPs.