Class EventNetworkPair

  • All Implemented Interfaces:
    java.lang.Runnable

    public class EventNetworkPair
    extends AbstractEventPair
    • Constructor Detail

      • EventNetworkPair

        protected EventNetworkPair()
        for hibernate
      • EventNetworkPair

        public EventNetworkPair​(StatefulEvent event,
                                edu.iris.Fissures.network.NetworkAttrImpl net)
      • EventNetworkPair

        public EventNetworkPair​(StatefulEvent event,
                                edu.iris.Fissures.network.NetworkAttrImpl net,
                                Status status)
    • Method Detail

      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getNetworkDbId

        public int getNetworkDbId()
      • getNetwork

        public edu.iris.Fissures.network.NetworkAttrImpl getNetwork()
      • setNetwork

        protected void setNetwork​(edu.iris.Fissures.network.NetworkAttrImpl attr)
        for use by hibernate