User guide
3-38
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.14 getAllQoSTemplateNames
3.3.14 getAllQoSTemplateNames
Synopsis
void getAllQoSTemplateNames( in unsigned long how_many,
out globaldefs::NamingAttributesList_T qosTempNameList,
out globaldefs::NamingAttributesIterator_I qosTempNameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface lists all QoS template names in the EMS. The QoSTemplate has a scope in the EMS.
Parameters
Throws
globaldefs::ProcessingFailureException
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
CTM-defined.
3.3.15 getAllQoSTemplates
Synopsis
void getAllQoSTemplates
in unsigned long how_many,
out QoSTemplateList_T qosTempList
out QoSTemplateIterator_I qosTempIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface lists all QoS templates in the EMS. The QoSTemplate has a scope in the EMS.
Parameters
Name Type Input/Output Description
how_many unsigned long In Maximum number of qosTempNames to
return in the first batch.
qosTempNameList globaldefs::NamingAttributesList_T Out First batch of names.
qosTempNameIt globaldefs::NamingAttributesIterator_I Out Iterator used to retrieve the remaining
names.
Name Type Input/Output Description
how_many unsigned long In Maximum number of qosTempNames to return in the first batch.
qosTempList QoSTemplateList_T Out First batch of QoS templates.
qosTempIt QoSTemplateIterator_I Out Iterator used to retrieve the remaining QoS templates.