public class StateSaverCursor
extends java.lang.Object
StateSaver
Modifier and Type | Method and Description |
---|---|
void |
close() |
CotEvent |
getEvent()
Get the CoT event for this row
|
long |
getID()
Get the index of this entry in the statesaver table
|
long |
getLastUpdateTime()
Get the last time this CoT message was persisted to the statesaver
|
java.lang.String |
getType()
Get the CoT type for this row
|
java.lang.String |
getUID()
Get the UID of this CoT event
|
boolean |
isClosed() |
boolean |
isVisible()
Check if the item tied to this CoT event is visible
|
boolean |
moveToNext() |
public boolean moveToNext()
public void close()
public boolean isClosed()
public long getID()
public java.lang.String getUID()
public java.lang.String getType()
public boolean isVisible()
public CotEvent getEvent()
public long getLastUpdateTime()