complexType {http://java.sun.com/products/oss/xml/CBE/Alarm}AlarmEventPropertyDescriptor
Source
<complexType name="AlarmEventPropertyDescriptor">
<annotation>
<documentation>
<p>
The <code>AlarmEventPropertyDescriptor</code> is a super interface that
contains string based static fields that define filterable event
attributes/types that are common to all events that are associated with
a single alarm.
</p>
<p>
The interface also contains the definition of methods that can be used
at run-time to dynamically discover the properties of the event and
their types.
</p>
<p>
For each AlarmEvent the following properties shall set, in addtion to
what IRPEvent has. The properties shall be set according to the
following:
</p>
<ul>
<li>
<b>ALARM_TYPE</b> is set to the same value <code>event.getAlarmType()</code>
returns
</li>
<li>
<b>PERCEIVED_SEVERITY</b> is set to the same value <code>
event.getPerceivedSeverity()</code> returns
</li>
<li>
<b>PROBABLE_CAUSE</b> is set to the same value <code>
event.getProbableCause()</code> returns.
</li>
</ul>
</documentation>
</annotation>
<complexContent>
<extension base="co:IRPEventPropertyDescriptor">
<sequence/>
</extension>
</complexContent>
</complexType>
Documentation
The AlarmEventPropertyDescriptor is a super interface that
contains string based static fields that define filterable event
attributes/types that are common to all events that are associated with
a single alarm.
The interface also contains the definition of methods that can be used
at run-time to dynamically discover the properties of the event and
their types.
For each AlarmEvent the following properties shall set, in addtion to
what IRPEvent has. The properties shall be set according to the
following:
-
ALARM_TYPE is set to the same value
event.getAlarmType()
returns
-
PERCEIVED_SEVERITY is set to the same value
event.getPerceivedSeverity() returns
-
PROBABLE_CAUSE is set to the same value
event.getProbableCause() returns.
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.