Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
115
 
API 
No.
 
GateWay/CORBA API
 
Supported NEs
 
181
 
softwareAndDataManager::SoftwareAndDataMgr_I:: 
getMERestoreStatus
 
All
 
182
 
softwareAndDataManager::SoftwareAndDataMgr_I:: 
abortMERestore
 
All
 
183
 
softwareAndDataManager::SoftwareAndDataMgr_I:: 
getAllSupportedMESoftwareVersions
 
All
 
184
 
softwareAndDataManager::SoftwareAndDataMgr_I:: 
downloadMESoftware
 
All
 
185
 
softwareAndDataManager::SoftwareAndDataMgr_I:: 
addSupportedMESoftwareVersion
 
All
 
186
 
softwareAndDataManager::SoftwareAndDataMgr_I:: 
getSWDownloadStatus
 
All
 
187
 
performance::PerformanceManagementMgr_I:: 
getCTMValidHistoryPMData
 
All
 
3.2  common::Common_I 
The Common_I interface is a set of services and utilities that each manager interface inherits. 
Prime Optical supports only one method from this interface. 
3.2.1  common::Common_I:: getCapabilities 
Synopsis 
void getCapabilities(out CapabilityList_T capabilities) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface retrieves the capabilities of the manager. All nonspecified capabilities are 
assumed to be unsupported. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
capabilities
 
CapabilityList_T
 
Out
 
List of capabilities of this manager object. It is a name-
value pair, where the name represents the feature or 
capability and the value represents the support or 
nonsupport of the specified feature or capability. 
 
A Capability_T value is used to identify a functionality supported by the EMS across the network 
management layer-element management layer (NML-EML) interface. It is a name/value pair, in 
which the name represents the feature/capability name and the value represents the support 
or nonsupport of the specified feature/capability.