ePages 6.11.0 - DE_EPAGES/WebInterface/API/XML/RRDiffStatisticImportHandler.pm

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
ImportRRDiffStatistic

Functions

ImportRRDiffStatistic
end_element
new
start_element

ImportRRDiffStatistic

Imports request router diff statistics.

Syntax
$aRecords = ImportRRDiffStatistic( $FileName);
Input
$FileName (string)
XML file name, xmlFile
Return
$aRecords (ref.array.hash)
records ( each records includes pool statistic )

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
$Handler (object)
import handler

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
$hElement (ref.hash.string)
XML tag element