public class EventChannelPair extends AbstractEventChannelPair
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BIG_ERROR_MSG |
esp
dbid, failLogger, lastQuery, numRetries
Modifier | Constructor and Description |
---|---|
protected |
EventChannelPair()
for hibernate
|
|
EventChannelPair(StatefulEvent event,
edu.iris.Fissures.network.ChannelImpl chan,
EventStationPair esp) |
|
EventChannelPair(StatefulEvent event,
edu.iris.Fissures.network.ChannelImpl chan,
Status status,
EventStationPair esp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
edu.iris.Fissures.network.ChannelImpl |
getChannel() |
int |
getChannelDbId() |
int |
hashCode() |
void |
run() |
protected void |
setChannel(edu.iris.Fissures.network.ChannelImpl chan)
for use by hibernate
|
java.lang.String |
toString() |
getCookieJar, getEsp, setEsp, update
getCookies, setCookies, setStatus
getEvent, getEventDbId, getStatus, setEvent, update
getDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetries
protected EventChannelPair()
public EventChannelPair(StatefulEvent event, edu.iris.Fissures.network.ChannelImpl chan, EventStationPair esp)
public EventChannelPair(StatefulEvent event, edu.iris.Fissures.network.ChannelImpl chan, Status status, EventStationPair esp)
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 edu.iris.Fissures.network.ChannelImpl getChannel()
protected void setChannel(edu.iris.Fissures.network.ChannelImpl chan)