Package DE_EPAGES::WebInterface::API::XML::RRDiffStatisticImportHandler
Imports request router statistics, statistic includes differences between two request router monitor results
Base |
DE_EPAGES::XML::API::BaseImportHandler Exporter |
@EXPORT_OK |
Functions
ImportRRDiffStatistic
Imports request router diff statistics.
Syntax |
$aRecords = ImportRRDiffStatistic( $FileName); |
Input |
|
Return |
|
end_element
Called at end of each xml tag, current Record will be removed from ID stack.
Syntax |
$Handler->end_element; |
new
Creates importhandler for request router diff statistics.
Syntax |
$Handler = $Package->new(); |
Return |
|
start_element
Called at each xml tag, processes tags: Record, Pool and epages. Current Record will be added to ID stack.
Syntax |
$Handler->start_element($hElement); |
Input |
|