This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27
Defines enumeration values for report mode.
<p>
The report mode for the measurement results can be done in four different ways. The
following report modes exists:
<ul>
<li>event per measurement job.
<li>event for multiple measurement jobs.
<li>report file per measurement job.
<li>report file for multiple measurement jobs.
</ul>
<p>
The report mode can be divided into two major categories: by event and by file. If the
reporting mode is set to event the system will emit an event that carries the measurement
result report. If the reporting mode is set to file, the measurement job will capture the
measurement result reports into a data storage and then emit an event to the client about
the availability of the data. The frequency of this event is determined by the data
storage creation frequency. When a client receives an event of data availability, the client
can retrieve the data, by using the URL to connect to the system.
Contains information related to a measurement report file.
This interface represent the format of the measurements reports.
This interface represents the measurement reports.
This interface represents report of the current values of a measurement job.
<p>
An external system may for some reason be interested in the current values of the
measurement job for example tracing the increment of some of the counters. The requested
result report of the current values of the measurement job is represented by this interface.
The current measurement result can be represented in two ways that the sever decide. The
two ways are:
<ul>
<li> as a location of the current measurement report file or
<li> as data.
</ul>