|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.sod.WaveformWorkUnit
edu.sc.seis.sod.AbstractEventPair
edu.sc.seis.sod.CookieEventPair
edu.sc.seis.sod.AbstractEventChannelPair
edu.sc.seis.sod.EventChannelPair
public class EventChannelPair
Field Summary | |
---|---|
static java.lang.String |
BIG_ERROR_MSG
|
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 | |
---|---|
protected |
EventChannelPair()
for hibernate |
|
EventChannelPair(StatefulEvent event,
ChannelImpl chan,
EventStationPair esp)
|
|
EventChannelPair(StatefulEvent event,
ChannelImpl chan,
Status status,
EventStationPair esp)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
ChannelImpl |
getChannel()
|
int |
getChannelDbId()
|
int |
hashCode()
|
void |
run()
|
protected void |
setChannel(ChannelImpl chan)
for use by hibernate |
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.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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BIG_ERROR_MSG
Constructor Detail |
---|
protected EventChannelPair()
public EventChannelPair(StatefulEvent event, ChannelImpl chan, EventStationPair esp)
public EventChannelPair(StatefulEvent event, ChannelImpl chan, Status status, EventStationPair esp)
Method Detail |
---|
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
public int getChannelDbId()
public ChannelImpl getChannel()
protected void setChannel(ChannelImpl chan)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |