public class EventVectorPair extends AbstractEventChannelPair
esp
dbid, failLogger, lastQuery, numRetries
Modifier | Constructor and Description |
---|---|
protected |
EventVectorPair()
for hibernate
|
|
EventVectorPair(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) |
Modifier and Type | Method and 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() |
getCookieJar, getEsp, setEsp, update
getCookies, setCookies, setStatus
getEvent, getEventDbId, getStatus, setEvent, update
getDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetries
protected EventVectorPair()
public EventVectorPair(StatefulEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, EventStationPair esp)
public EventVectorPair(StatefulEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, Status status, EventStationPair esp)
public edu.sc.seis.fissuresUtil.hibernate.ChannelGroup getChannelGroup()
protected void setChannelGroup(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup cg)
public void run()
public boolean equals(java.lang.Object o)
equals
in class WaveformWorkUnit
public int hashCode()
hashCode
in class WaveformWorkUnit
public java.lang.String toString()
toString
in class java.lang.Object