User guide
3-113
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.29 getAllRollNames
• boolean rollValidSignal
Supported. Values are TRUE or FALSE.
Throws
globaldefs::ProcessingFailureException
EXCPT_UNABLE_TO_COMPLY - Raised if the managed element is in the initial poll state or in
config synchronization state.
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element does not exist.
EXCPT_INVALID_INPUT - Raised if the managed element name is invalid.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
3.8.29 getAllRollNames
Synopsis
void getAllRollNames(
in globaldefs::NamingAttributes_T meName,
in unsigned long how_many,
out globaldefs::NamingAttributesList nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a list of roll names within the managed element whose name is passed as a
parameter.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_UNABLE_TO_COMPLY - Raised if the managed element is in the initial poll state or in
config synchronization state.
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element does not exist.
EXCPT_INVALID_INPUT - Raised if the managed element name is invalid.
Name Type Input/Output Description
meName globaldefs::NamingAttributes_T In Name of the managed element with rolls that are
being queried.
how_many unsigned long 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.