public class EventStationPair extends CookieEventPair
dbid, failLogger, lastQuery, numRetries| Modifier | Constructor and Description |
|---|---|
protected |
EventStationPair()
for hibernate
|
|
EventStationPair(StatefulEvent event,
StationImpl station) |
|
EventStationPair(StatefulEvent event,
StationImpl station,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
StationImpl |
getStation() |
int |
getStationDbId() |
int |
hashCode() |
void |
run() |
protected void |
setStation(StationImpl sta)
for use by hibernate
|
java.lang.String |
toString() |
void |
update(Status status)
sets the status on this event network pair to be status and notifies its
parent
|
getCookies, setCookies, setStatusgetEvent, getEventDbId, getStatus, setEvent, updategetDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetriesprotected EventStationPair()
public EventStationPair(StatefulEvent event, StationImpl station)
public EventStationPair(StatefulEvent event, StationImpl station, Status status)
public void run()
public void update(Status status)
update in class AbstractEventPairpublic 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 getStationDbId()
public StationImpl getStation()
protected void setStation(StationImpl sta)