User guide
3-270
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.6 getCTMValidHistoryPMData
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when startTime or endTime are not valid, client is null, or
pmTPSelectList is empty.
EXCPT_UNABLE_TO_COMPY – Raised when more than one request is sent from the same NMS
client.
Compliance
CTM-defined.
3.13.6 getCTMValidHistoryPMData
Synopsis
Public void getCTMValidHistoryPMData (
in nmsSession::NmsSession_I client,
in PMTPSelectList_T pmTPSelectList,
in PMParameterNameList_T pmParameters,
in globaldefs::Time_T startTime,
in globaldefs::Time_T endTime)
raises(globaldefs::ProcessingFailureException);
Description
This interface performs exactly like the performance::PerformanceManagementMgr_I::
getCTMHistoryPMData interface, but filters out invalid entries.
Compliance
CTM-defined.
3.13.7 deleteHistoryPMDataFile
Synopsis
public void deleteHistoryPMDataFile(
in string fileName)
raises(globaldefs::ProcessingFailureException);
Description
The NMS can delete the PM data file by invoking this method explicitly. In this case, CTM does not wait
for six hours to delete the file. This frees up valuable disk space on the CTM server. It is highly
recommended that the NMS invoke this method as soon as it retrieves the PM data file from CTM.
Parameters
Name Type Input/Output Description
filename string In Name of the file that was created by CTM in response to the
getCTMHistoryPMData call made by the NMS. This name must be the absolute
path on the CTM server.