User guide
3-210
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.13 performance::PerformanceManagementMgr_I
3.13 performance::PerformanceManagementMgr_I
This interface accesses operations that deal with performance element monitoring. A handle to an
instance of this interface is gained through the getManager operation in emsSession. This interface is
inherited from 3.2 common::Common_I, page 3-18.
interface PerformanceManagementMgr_I:common::Common_I
This interface also implements the getCapabilities method. Operations described in the following
sections are returned to the NMS when it invokes getCapabilities.
3.13.1 disablePMData
Synopsis
void disablePMData(
in PMTPSelectList_T pmTPSelectList,
out PMTPSelectList_T failedTPSelectList)
raises(globaldefs::ProcessingFailureException);
Description
This interface instructs the EMS to turn off PM data collection for a list of measurement points.
Disabling is done on a best-effort basis. If PM could not be disabled for a subset of cases in the
PMTPSelectList, a list identifying this subset is returned. PM collection involves collection of historical
PM data. If this method is called between PM collection intervals, PM data for that interval is not
collected. There are no incomplete collection periods.
Example
For PM collection intervals T-15min, T, T + 15min and so on, and a disablePMData call at T + 3min, the
PM data is only collected up to and including interval T. T + 15min interval PM data is not collected.
If PM collection was never started for this TP, the operation is considered successful.
Parameters
CTM provides the following support for the PMTPSelect_T structure for this method:
• globaldefs::NamingAttributes_T name
The name of the object to which this selection applies. CTM only supports ManagedElement name
in this field.
• transmissionParameters::LayerRateList_T layerRateList
Not supported.
• PMLocationList_T pMLocationList
Not supported.
Name Type Input/Output Description
pmTPSelectList PMTPSelectList_T In This structure contains the relevant data for the disablePMData
request. This value cannot be empty.
failedTPSelectList PMTPSelectList_T Out List of points that were not completely disabled. An empty list
indicates that the total request was successful.