Package edu.sc.seis.sod
Class AbstractEventChannelPair
java.lang.Object
edu.sc.seis.sod.WaveformWorkUnit
edu.sc.seis.sod.AbstractEventPair
edu.sc.seis.sod.CookieEventPair
edu.sc.seis.sod.AbstractEventChannelPair
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
EventChannelPair
,EventVectorPair
public abstract class AbstractEventChannelPair extends CookieEventPair
-
Field Summary
Fields Modifier and Type Field Description protected EventStationPair
esp
Fields inherited from class edu.sc.seis.sod.WaveformWorkUnit
dbid, failLogger, lastQuery, numRetries
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractEventChannelPair()
AbstractEventChannelPair(StatefulEvent event, EventStationPair esp)
AbstractEventChannelPair(StatefulEvent event, Status status, EventStationPair esp)
-
Method Summary
Modifier and Type Method Description CookieJar
getCookieJar()
EventStationPair
getEsp()
protected void
setEsp(EventStationPair esp)
void
update(Status status)
sets the status on this event channel pair to be status and notifies its parentMethods inherited from class edu.sc.seis.sod.AbstractEventPair
getEvent, getEventDbId, getStatus, setEvent, update
Methods inherited from class edu.sc.seis.sod.WaveformWorkUnit
equals, getDbid, getLastQuery, getNumRetries, hashCode, setDbid, setLastQuery, setNumRetries, updateRetries
-
Field Details
-
Constructor Details
-
AbstractEventChannelPair
protected AbstractEventChannelPair() -
AbstractEventChannelPair
-
AbstractEventChannelPair
-
-
Method Details
-
update
sets the status on this event channel pair to be status and notifies its parent- Specified by:
update
in classAbstractEventPair
-
setEsp
-
getEsp
-
getCookieJar
-