User guide

3-167
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.35 cancelRoll
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost and this
prevents the deletion of the roll.
Compliance
CTM-defined.
3.9.35 cancelRoll
Synopsis
void cancelRoll(
in globaldefs::NamingAttributes_T rollName)
raises(globaldefs::ProcessingFailureException);
Description
This interface cancels a roll task when the rollValidSignal is not received. For more information on
canceling a roll task, see the network element documentation.
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 cancellation of the roll operation.
EXCPT_UNABLE_TO_COMPLY – Raised when the roll cannot be created.
Compliance
CTM-defined.
3.9.36 forceValidSignal
Synopsis
void forceValidSignal(
in globaldefs::NamingAttributes_T rollName)
raises(globaldefs::ProcessingFailureException);
Description
This interface runs on both automatic and manual rolls.
Name Type Input/Output Description
rollName globaldefs::NamingAttributes_T In Name of the roll to cancel.