Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
412
 
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. 
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost. 
EXCPT_NOT_IN_VALID_STATE - Raised when there is no pending or in-progress restoration of 
configuration data on the ME. 
Compliance 
Prime Optical-defined. 
3.20.10 getAllSupportedMESoftwareVersions 
Synopsis 
Description 
The NMS uses this operation to retrieve a list of potential ME versions (or software versions) that can be 
managed by the EMS. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
emsName 
gloaldefs::NamingAttributes_T  
In 
Name of the EMS for which the 
supported ME software versions are 
retrieved. 
how_many  unsigned long 
In 
Maximum number of software 
versions to report in the first batch. 
versionList  SupportedMESoftwareVersionList_T 
Out 
First batch of supported software 
versions. (See the definition below.) 
versionIt 
SupportedMESoftwareVersionIterator_I  Out 
Iterator to retrieve the remaining 
software versions. (See the 
definition below.)