Cisco Cisco Prime Optical 10.0 開発者ガイド

ページ / 825
Cisco Prime Optical 10.0 Gateway/CORBA Programmer Reference Guide 
OL-30531-01 
539 
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 
Compliance 
Prime Optical-defined. 
3.20.9  abortMERestore 
Synopsis 
Description 
This interface aborts the restoration of pending ME configuration data. If the 
restore operation on the ME is in progress or if there are no pending restore 
operations, an exception is generated. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
managedElementName 
NamingAttributes_T 
In 
Name of the ME 
for which to stop 
the restoration 
of configuration 
data. 
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.