complexType {http://java.sun.com/products/oss/xml/CBE/Report}ReportMode
Source
<complexType name="ReportMode">
<annotation>
<documentation>
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.
</documentation>
</annotation>
<sequence/>
</complexType>
Documentation
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.
Stylus Studio®, a product from DataDirect Technologies,
is a registered trademark of
Progress Software Corporation,
in the U.S. and other countries. © 2004-2006
All Rights Reserved.