Cisco Cisco Prime Optical 9.6 开发者指南

下载
页码 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
471
 
Compliance 
Prime Optical-defined. 
3.20.9  abortMERestore 
Synopsis 
void abortMERestore ( 
        in globaldefs::NamingAttributes_T managedElementName) 
        raises(globaldefs::ProcessingFailureException) 
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 
void getAllSupportedMESoftwareVersions(in globaldefs::NamingAttributes_T 
emsName , 
in unsigned long how_many,  
out SupportedMESoftwareVersionList_T versionList, 
out SupportedMESoftwareVersionIterator_I versionIt)  
raises(globaldefs::ProcessingFailureException);