User guide

3-171
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.41 getAssociatedRollNamesForSNC
3.9.41 getAssociatedRollNamesForSNC
Synopsis
void getAssociatedRollNamesForSNC(
in globaldefs::NamingAttributes_T sncName,
in unsigned long how_many,
out globaldefs::NamingAttributesList rollNameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns all the rolls associated with the SNC.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when sncName does not refer to an SNC object.
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an object that does not exist.
Compliance
CTM-defined.
3.9.42 getAssociatedSNCNamesForRoll
Synopsis
void getAssociatedSNCNamesForRoll(
in globaldefs::NamingAttributes_T rollName,
out globaldefs::NamingAttributes_T rollFromSnc,
out globaldefs::NamingAttributes_T rollToSnc)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the rollFrom SNC name and rollTo SNC name for a roll whose name is passed as
a parameter. For circuit bridge-and-roll operations, the CTM client Rolls table contains roll-from circuit
and roll-to circuit attributes. The getAssociatedSNCNamesForRoll method returns these attributes for a
given circuit roll.
Name Type Input/Output Description
sncName globaldefs::NamingAttributes_T In Name of the SNC whose associated roll
objects are required.
how_many unsigned long In Maximum number of rolls to report in the
first batch.
rollNameList globaldefs::NamingAttributesList Out First batch of roll names.
nameIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve the remaining roll names.