User guide

3-291
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.2 getAllTransmissionDescriptorsNames
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_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number of
iterators that it can support.
Compliance
None.
3.17.2 getAllTransmissionDescriptorsNames
Synopsis
void getAllTransmissionDescriptorNames(
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
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_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number of
iterators that it can support.
Compliance
None.
Name Type Input/Output Description
how_many unsigned long In Number of iterators to return in nameList.
nameList globaldefs::NamingAttributesList_T Out First batch of iterators.
nameIt globaldefs::NamingAttributesIterator_I Out Iterator used to retrieve the remaining iterator
names.