Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
316
 
Compliance 
Prime Optical-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. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
rollName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the roll on which to force a valid 
signal.
 
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. 
Compliance 
Prime Optical-defined. 
3.9.37  completeRoll 
Synopsis 
void completeRoll( 
        in globaldefs::NamingAttributes_T rollName) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface must run on manual rolls (RollMode_T.MANUAL). 
Prime Optical generates a state change event upon completion of the roll. 
Parameters 
Name
 
Type
 
Input/ Output
 
Description
 
rollName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the roll to complete.