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
 
 
470
 
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost. 
Compliance 
Prime Optical-defined. 
3.20.8  getMERestoreStatus 
Synopsis 
void getMERestoreStatus (  
        in globaldefs::NamingAttributes_T managedElementName, 
        out RestoreStatus_T  restoreStatus)  
        raises(globaldefs::ProcessingFailureException) 
Description 
The NMS uses this method to obtain the current restore status of an individual ME. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
NamingAttributes_T
 
In
 
Name of the ME for which a restore status 
of configuration data is required.
 
restoreStatus
 
RestoreStatus_T
 
Out
 
Status of the configuration data 
restoration.
 
struct RestoreStatus_T 
  Current_OperationStatus_T opStatus; 
  string failureReason;   
RestoreStatus_T is defined as: 
•  Current_OperationStatus_T opStatus—Indicates the current operational status of the 
restore. 
•  string failureReason—A free-form text string that is provided if the opStatus value is 
COS_Aborted to explain the reason for the abort. (For example, “Comms loss with NE.”)  
This data structure identifies the status of the restore operation for a managed element. The 
failure reason is present if the operation status indicates a failure (in abort state).  
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist.