User guide
3-170
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.9.40 getAllRollNames
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when subnetwork name does not refer to a subnetwork object.
EXCPT_ENTITY_NOT_FOUND - Raised when subnetwork references an object that does not exist.
Compliance
CTM-defined.
3.9.40 getAllRollNames
Synopsis
void getAllRollNames(
in globaldefs::NamingAttributes_T subnetName,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a list of roll names within the subnetwork whose name is passed as a parameter.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when subnetwork name does not refer to a subnetwork object.
EXCPT_ENTITY_NOT_FOUND - Raised when subnetwork references an object that does not exist.
Compliance
CTM-defined.
rollList multiLayerSubnetwork::RollList_T Out First batch of rolls.
rollIt multiLayerSubnetwork::RollIterator_I Out Iterator to retrieve remaining rolls.
Name Type Input/Output Description
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnet for which all rolls are
reported.
how_many unsigned In Maximum number of rolls to report in the first
batch.
nameList globaldefs::NamingAttributesList Out First batch of roll names.
nameIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve the remaining roll names.