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, update
getDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetries
protected 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 AbstractEventPair
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 getNetworkDbId()
public NetworkAttrImpl getNetwork()
protected void setNetwork(NetworkAttrImpl attr)