User guide
3-292
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.3 getTransmissionDescriptor
3.17.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 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 this service.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when tmdName does not reference a transmission descriptor
object.
EXCPT_ENTITY_NOT_FOUND - Raised when tmdName references an object that does not exist.
Compliance
None.
3.17.4 getAssociatedTPs
Synopsis
void getAssociatedTPs(
in globaldefs::NamingAttributes_T transmissionDescriptorName,
in unsigned long how_many,
out terminationPoint::TerminationPointList_T tpList,
out terminationPoint::TerminationPointIterator_I tpIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface allows an NMS to request all of the TPs associated with the specified transmission
descriptor. If there are no associated TPs, an empty list is returned.
Name Type Input/Output Description
tmdName globaldefs::NamingAttributes_T In Name of the transmission descriptor.
tmd TransmissionDescriptor_T Out Returned transmission descriptor.