|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.DsLogNotification.ThresholdAlarm
public final class ThresholdAlarm
The ThresholdAlarm struct defines the log capacity threshold alarm. It is generated by a log factory when one of its logs reaches its capacity alarm threshold to indicate that a log full or wrapping condition is approaching. If a log wraps when full, then the capacity threshold events are triggered as if coupled to a gauge that counts from zero to the highest capacity threshold value defined and then resets to zero.
| Field Summary | |
|---|---|
short |
crossed_value
The threshold level just being crossed. |
int |
id
The log identifier |
Log |
logref
The object reference of the log. |
short |
observed_value
The current log size, as a percentage of the maximum log size. |
short |
perceived_severity
It is minor if log is not full, and critical otherwise. |
long |
time
The time when the log has reached its capacity alarm threshold. |
| Constructor Summary | |
|---|---|
ThresholdAlarm()
|
|
ThresholdAlarm(Log logref,
int id,
long time,
short crossed_value,
short observed_value,
short perceived_severity)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Log logref
public int id
public long time
public short crossed_value
public short observed_value
public short perceived_severity
| Constructor Detail |
|---|
public ThresholdAlarm()
public ThresholdAlarm(Log logref,
int id,
long time,
short crossed_value,
short observed_value,
short perceived_severity)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||