Package edu.sc.seis.sod
Class EventVectorPair
java.lang.Object
edu.sc.seis.sod.WaveformWorkUnit
edu.sc.seis.sod.AbstractEventPair
edu.sc.seis.sod.CookieEventPair
edu.sc.seis.sod.AbstractEventChannelPair
edu.sc.seis.sod.EventVectorPair
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class edu.sc.seis.sod.AbstractEventChannelPair
esp
Fields inherited from class edu.sc.seis.sod.WaveformWorkUnit
dbid, failLogger, lastQuery, numRetries
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
for hibernateEventVectorPair
(StatefulEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, EventStationPair esp) EventVectorPair
(StatefulEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, Status status, EventStationPair esp) -
Method Summary
Modifier and TypeMethodDescriptionboolean
edu.sc.seis.fissuresUtil.hibernate.ChannelGroup
int
hashCode()
void
run()
protected void
setChannelGroup
(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup cg) toString()
Methods inherited from class edu.sc.seis.sod.AbstractEventChannelPair
getCookieJar, getEsp, setEsp, update
Methods inherited from class edu.sc.seis.sod.CookieEventPair
getCookies, setCookies, setStatus
Methods inherited from class edu.sc.seis.sod.AbstractEventPair
getEvent, getEventDbId, getStatus, setEvent, update
Methods inherited from class edu.sc.seis.sod.WaveformWorkUnit
getDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetries
-
Constructor Details
-
EventVectorPair
protected EventVectorPair()for hibernate -
EventVectorPair
public EventVectorPair(StatefulEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, EventStationPair esp) -
EventVectorPair
public EventVectorPair(StatefulEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, Status status, EventStationPair esp)
-
-
Method Details
-
getChannelGroup
public edu.sc.seis.fissuresUtil.hibernate.ChannelGroup getChannelGroup() -
setChannelGroup
protected void setChannelGroup(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup cg) -
run
public void run() -
equals
- Overrides:
equals
in classWaveformWorkUnit
-
hashCode
public int hashCode()- Overrides:
hashCode
in classWaveformWorkUnit
-
toString
-