Class EventStationPair

All Implemented Interfaces:
Runnable

public class EventStationPair extends CookieEventPair
  • Constructor Details

    • EventStationPair

      protected EventStationPair()
      for hibernate
    • EventStationPair

      public EventStationPair(StatefulEvent event, edu.iris.Fissures.network.StationImpl station)
    • EventStationPair

      public EventStationPair(StatefulEvent event, edu.iris.Fissures.network.StationImpl station, Status status)
  • Method Details

    • run

      public void run()
    • update

      public void update(Status status)
      sets the status on this event network pair to be status and notifies its parent
      Specified by:
      update in class AbstractEventPair
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class WaveformWorkUnit
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class WaveformWorkUnit
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStationDbId

      public int getStationDbId()
    • getStation

      public edu.iris.Fissures.network.StationImpl getStation()
    • setStation

      protected void setStation(edu.iris.Fissures.network.StationImpl sta)
      for use by hibernate