|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.sod.source.AbstractSource
edu.sc.seis.sod.source.event.AbstractEventSource
edu.sc.seis.sod.source.event.FdsnEvent
public class FdsnEvent
Field Summary | |
---|---|
static java.lang.String |
URL_ELEMENT
|
Fields inherited from class edu.sc.seis.sod.source.event.AbstractEventSource |
---|
increment, lag, NO_DNS, refreshInterval, sleepUntilTime |
Constructor Summary | |
---|---|
FdsnEvent(org.w3c.dom.Element config)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class edu.sc.seis.sod.source.event.AbstractEventSource |
---|
caughtUpWithRealtime, getQueryEdge, getQueryStart, getQueryTime, resetQueryTimeForLag, setQueryEdge, updateQueryEdge |
Methods inherited from class edu.sc.seis.sod.source.AbstractSource |
---|
getFissuresNamingService, getName, getRetries |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String URL_ELEMENT
Constructor Detail |
---|
public FdsnEvent(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |