complexType ThresholdDefinition

complexType {http://java.sun.com/products/oss/xml/CBE/Measurement}ThresholdDefinition

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/CBE/Measurement
Declared Namespacesxmlns:cbereport=http://java.sun.com/products/oss/xml/CBE/Report
xmlns:cbeschedule=http://java.sun.com/products/oss/xml/CBE/Schedule
xmlns:cbecore=http://java.sun.com/products/oss/xml/CBE/Core
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns:cbemeasurement=http://java.sun.com/products/oss/xml/CBE/Measurement
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="ThresholdDefinition">
    <
annotation>
        <
documentation>
The Threshold Definition interface provides a mechanism for the configuration
of the parameters that specify the criteria that determines the setting and
the clearing of threshold crossing states (threshold crossed and threshold
cleared). A threshold enters a threshold crossed state when it reaches the
threshold value specified by the setValue operation. It will remain in this
state until it enters a threshold cleared state. A threshold cleared state is
achieved when a threshold reaches a value that is calculated using the
offset and the threshold value. If the direction of the threshold is
rising, the value is computed by subtracting the offset from the
threshold value. Once the threshold reaches this value, it will remain in a
threshold cleared state until it rises to the threshold value again. If the
direction is falling, the offset is added to the threshold value and it
will remain in the threshold cleared state until it descends to the threshold
value again.

<p>
The valid attribute types are defined in
<code>javax.oss.cbe.measurement.PerformanceAttributeDescriptor</code>. However the
<code>STRING</code> type is not allowed for a threshold attribute.
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="attributeDescriptor" minOccurs="0" nillable="true"
            
type="cbemeasurement:PerformanceAttributeDescriptor"/>
        <
element name="value" minOccurs="0" nillable="true" type="anyType"/>
        <
element name="offset" minOccurs="0" nillable="true" type="anyType"/>
        <
element name="direction" minOccurs="0" nillable="true" type="int"/>
        <
element name="perceivedSeverity" minOccurs="0" nillable="true" type="short"/>
    </
sequence>
</
complexType>


Documentation

The Threshold Definition interface provides a mechanism for the configuration
 of the parameters that specify the criteria that determines the setting and
 the clearing of threshold crossing states (threshold crossed and threshold
 cleared). A threshold enters a threshold crossed state when it reaches the
 threshold value specified by the setValue operation. It will remain in this
 state until it enters a threshold cleared state. A threshold cleared state is
 achieved when a threshold reaches a value that is calculated using the
 offset and the threshold value. If the direction of the threshold is
 rising, the value is computed by subtracting the offset from the
 threshold value. Once the threshold reaches this value, it will remain in a
 threshold cleared state until it rises to the threshold value again. If the
 direction is falling, the offset is added to the threshold value and it
 will remain in the threshold cleared state until it descends to the threshold
 value again.
 <p>
 The valid attribute types are defined in
 <code>javax.oss.cbe.measurement.PerformanceAttributeDescriptor</code>. However the
 <code>STRING</code> type is not allowed for a threshold attribute.


complexType ThresholdDefinition


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
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.