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
 
 
464
 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_OBJECT_IN_USE - Raised if there are TPs that are using the transmission 
descriptor. 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when the transmission descriptor to delete 
does not exist. 
Compliance 
None. 
3.20    Software and Data Manager Interface 
The softwareAndDataManager interface is used to gain access to operations related to backing 
up ME configuration data. 
A handle to an instance of this interface is gained via the 
emsSession::EmsSession_I::getManager() operation in Manager. 
This interface is inherited from interface SoftwareAndDataMgr_I:common::Common_I. 
The softwareAndDataManager interface also implements the getCapabilities method. When 
the NMS invokes the getCapabilities method, the operations described in the following sections 
are returned. 
3.20.1  backupME 
Synopsis 
void backupME( 
        in globaldefs::NamingAttributes_T managedElementName)  
        raises(globaldefs::ProcessingFailureException) 
Description 
This asynchronous operation initiates a backup request on the specified ME. This creates a 
backup of the current configuration on the ME. The EMS sends the results of the ME backup 
operation via the notification service. The NMS can obtain the status of any backup operation 
on demand. An NT_BACKUP_STATUS event is sent to indicate the result of the backup 
operation. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
NamingAttributes_T
 
In
 
Name of the ME for which a backup of 
configuration data is required.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.