Package com.tenduke.reporting

Base reporting client and server framework for handling report entries (see also com.tenduke.diagnostics).

See:
          Description

Interface Summary
ReportEntriesReceivedNotificationHandler Interface to be implemented by classes that can receive notifications when reporting server has received report entries
ReportEntryHandler ReportEntryHandler handles a bunch of ReportEntries (e.g.
ReportEntryPackageQueue Interface to be implemented by classes that queue report entry packages
 

Class Summary
BufferingReportingClient BufferingReportingClient handles ReportEntries on a reporting client instance and passes the entries to the reporting server.
BufferingReportingServer BufferingReportingServer receives ReportEntriesWrapper on a reporting server instance and buffers them to wait for handling.
DatabaseReportingServerEntryConsumer Consumer for report entries received by a reporting server (e.g.
ReceivedReportEntryPackage A Report Entry package received by reporting server
ReportBaseParameters Simple class to compute and hold values for time basic reporting parameters.
ReportingClientInitializer Initialize reporting client based on configuration.
ReportingModelAndBindingInitializer  
ReportingUtils Utilities for reporting and reporting object model handling.
 

Package com.tenduke.reporting Description

Base reporting client and server framework for handling report entries (see also com.tenduke.diagnostics). Package includes: