User guide
3-274
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.9 getHoldingTime
Compliance
CTM-defined.
3.13.9 getHoldingTime
Synopsis
void getHoldingTime(out HoldingTime_T holdingTime)
raises(globaldefs::ProcessingFailureException);
Description
The NMS requests from the EMS the number of hours that it stores 15-minute and 24-hour PM data
records. This interface reports the minimum time. If the EMS does not store PM data, this method reports
the time supported by the NE (the minimum time of all managed NEs).
Note CTM gives you the option to configure the holding time through the CTM GUI client.
Parameters
CTM support for the HoldingTime_T structure is as follows:
• Short storeTime24hr—Minimum store time, in hours, for 24-hour data. CTM reports 0 if PM data
is held indefinitely.
• Short storeTime15min—Minimum store time, in hours, for 15-minute data. CTM reports 0 if PM
data is held indefinitely.
Throws
EXCPT_NOT_IMPLEMENTED - Raised if the EMS is unable to support this service.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NE_COMM_LOSS - Raised if communication to an NE is lost and the holding time cannot
be retrieved.
Compliance
TMF-defined.
3.13.10 getAllCurrentPMData
Synopsis
void getAllCurrentPMData(in PMTPSelectList_T pmTPSelectList,
in PMParameterNameList_T pmParameters,
in unsigned long how_many,
out PMDataList_T pmDataList,
out PMDataIterator_I pmIt)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
holdingTime HoldingTime_T Out Time period (in hours) within which 15-minute and 24-hour PM
data records can be retrieved.