public class EventChannelPair extends AbstractEventChannelPair
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BIG_ERROR_MSG |
espdbid, failLogger, lastQuery, numRetries| Modifier | Constructor and Description |
|---|---|
protected |
EventChannelPair()
for hibernate
|
|
EventChannelPair(StatefulEvent event,
ChannelImpl chan,
EventStationPair esp) |
|
EventChannelPair(StatefulEvent event,
ChannelImpl chan,
Status status,
EventStationPair esp) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getCookieJar, getEsp, setEsp, updategetCookies, setCookies, setStatusgetEvent, getEventDbId, getStatus, setEvent, updategetDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetriesprotected EventChannelPair()
public EventChannelPair(StatefulEvent event, ChannelImpl chan, EventStationPair esp)
public EventChannelPair(StatefulEvent event, ChannelImpl chan, Status status, EventStationPair esp)
public void run()
public boolean equals(java.lang.Object o)
equals in class WaveformWorkUnitpublic int hashCode()
hashCode in class WaveformWorkUnitpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getChannelDbId()
public ChannelImpl getChannel()
protected void setChannel(ChannelImpl chan)