User guide
3-18
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.2 common::Common_I
3.2 common::Common_I
The Common_I interface is a set of services and utilities that each manager interface inherits. CTM
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
182. softwareAndDataManager::SoftwareAndDataMgr_I::
restoreME
All
183. softwareAndDataManager::SoftwareAndDataMgr_I::
getMERestoreStatus
All
184. softwareAndDataManager::SoftwareAndDataMgr_I::
abortMERestore
All
185. softwareAndDataManager::SoftwareAndDataMgr_I::
getAllSupportedMESoftwareVersions
All
186. softwareAndDataManager::SoftwareAndDataMgr_I::
downloadMESoftware
All
187. softwareAndDataManager::SoftwareAndDataMgr_I::
addSupportedMESoftwareVersion
All
188. softwareAndDataManager::SoftwareAndDataMgr_I::
getSWDownloadStatus
All
189. performance::PerformanceManagementMgr_I::
getCTMValidHistoryPMData
All
Table 3-1 APIs Supported by NE Type (continued)
API
No. CTM GateWay/CORBA API Supported NEs
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.