User guide
3-169
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.38 finishRoll
3.9.38 finishRoll
Synopsis
void completeRoll(
in globaldefs::NamingAttributes_T rollName)
raises(globaldefs::ProcessingFailureException);
Description
This interface is invoked to finish rolls. When the roll is finished, it is cleared from the rolls list and the
new rolled SNC becomes active.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when rollName does not refer to a roll object.
EXCPT_ENTITY_NOT_FOUND - Raised when rollName references an object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost and this
prevents the deactivation of the SNC.
Compliance
CTM-defined.
3.9.39 getAllRolls
Synopsis
void getAllRolls(
in globaldefs::NamingAttributes_T subnetName,
in unsigned long how_many,
out multiLayerSubnetwork::RollList_T rollList,
out multiLayerSubnetwork::RollIterator_I rollIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a list of rolls within the subnetwork whose name is passed as a parameter.
Parameters
Name Type Input/Output Description
rollName globaldefs::NamingAttributes_T In Name of the roll to finish.
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.