public class FdsnEvent extends AbstractEventSource implements EventSource
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URL_ELEMENT |
increment, lag, NO_DNS, refreshInterval, sleepUntilTime
Constructor and Description |
---|
FdsnEvent(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
MicroSecondTimeRange |
getEventTimeRange() |
TimeInterval |
getWaitBeforeNext()
If the source needs to wait for more events to arrive, it should return
the amount of time it wants to wait with this method.
|
boolean |
hasNext() |
CacheEvent[] |
next() |
caughtUpWithRealtime, decreaseQueryTimeWidth, getQueryEdge, getQueryStart, getQueryTime, increaseQueryTimeWidth, resetQueryTimeForLag, setQueryEdge, updateQueryEdge
getFissuresNamingService, getName, getRetries
public static final java.lang.String URL_ELEMENT
public FdsnEvent(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public boolean hasNext()
hasNext
in interface EventSource
public CacheEvent[] next()
next
in interface EventSource
public TimeInterval getWaitBeforeNext()
EventSource
getWaitBeforeNext
in interface EventSource
getWaitBeforeNext
in class AbstractEventSource
public MicroSecondTimeRange getEventTimeRange()
getEventTimeRange
in interface EventSource
public java.lang.String getDescription()
getDescription
in interface EventSource