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:
java.lang.Runnable
public class EventVectorPair extends AbstractEventChannelPair
-
Field Summary
Fields inherited from class edu.sc.seis.sod.WaveformWorkUnit
dbid, failLogger, lastQuery, numRetries
-
Constructor Summary
Constructors Modifier Constructor Description protected
EventVectorPair()
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 Type Method Description boolean
equals(java.lang.Object o)
edu.sc.seis.fissuresUtil.hibernate.ChannelGroup
getChannelGroup()
int
hashCode()
void
run()
protected void
setChannelGroup(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup cg)
java.lang.String
toString()
Methods inherited from class edu.sc.seis.sod.AbstractEventChannelPair
getCookieJar, getEsp, setEsp, update
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
public boolean equals(java.lang.Object o)- Overrides:
equals
in classWaveformWorkUnit
-
hashCode
public int hashCode()- Overrides:
hashCode
in classWaveformWorkUnit
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-