|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.status.StatusItem
gov.nasa.gsfc.drl.rtstps.core.status.LongStatusItem
public final class LongStatusItem
This is a long integer status item. It usually holds counters.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
long |
value
The 64-bit status value. |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.status.StatusItem |
---|
clearable |
Constructor Summary | |
---|---|
LongStatusItem(java.lang.String label)
Create a LongStatusItem with the given name. |
|
LongStatusItem(java.lang.String label,
long initialValue)
Create a LongStatusItem with the given name and an initial value. |
Method Summary | |
---|---|
void |
clear()
Zero this status item. |
long |
getLongValue()
Get this item's value as a long integer. |
java.lang.String |
getValue()
Get this item's value as a string. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.status.StatusItem |
---|
getName, isClearable, setClearable, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long value
getLongValue()
method instead. There is no assurance that this value will remain
public.
private static final long serialVersionUID
Constructor Detail |
---|
public LongStatusItem(java.lang.String label)
public LongStatusItem(java.lang.String label, long initialValue)
Method Detail |
---|
public final java.lang.String getValue()
getValue
in class StatusItem
public final long getLongValue()
public void clear()
clear
in class StatusItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |