Руководство Разработчика для Cisco Cisco Prime Optical 10.6

Скачать
Страница из 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
112
 
API 
No.  GateWay/CORBA API 
Supported NEs 
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. 
The EMS capabilities for this release include individual IDL operation support. The feature/capability 
name part is used to identify an IDL operation using the following convention: 
module_name::interface_name::operation_name 
The currently defined values are: 
•  Supported—The specified feature/capability is fully or partially supported across the NML-
EML interface; an operation may be partially supported if not all values of the parameters are 
supported. 
•  Unsupported—The specified feature/capability is not supported across the NML-EML 
interface. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
Compliance 
TMF-defined.