public class EventNetworkPair extends AbstractEventPair
dbid, failLogger, lastQuery, numRetries| Modifier | Constructor and Description |
|---|---|
protected |
EventNetworkPair()
for hibernate
|
|
EventNetworkPair(StatefulEvent event,
NetworkAttrImpl net) |
|
EventNetworkPair(StatefulEvent event,
NetworkAttrImpl net,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
NetworkAttrImpl |
getNetwork() |
int |
getNetworkDbId() |
int |
hashCode() |
void |
run() |
protected void |
setNetwork(NetworkAttrImpl attr)
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
|
getEvent, getEventDbId, getStatus, setEvent, setStatus, updategetDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetriesprotected EventNetworkPair()
public EventNetworkPair(StatefulEvent event, NetworkAttrImpl net)
public EventNetworkPair(StatefulEvent event, NetworkAttrImpl net, 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 getNetworkDbId()
public NetworkAttrImpl getNetwork()
protected void setNetwork(NetworkAttrImpl attr)