psdi.server

Interface Dependable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean isRunning()
      Called by Depends.on() to see if the implementing class is ready to be called upon.
      void setRunning(boolean value)
      Typically called by ServiceCoordinator to set the state of the Service implementing this interface, after the Service's init() method has returned.
    • Method Detail

      • isRunning

        boolean isRunning()
        Called by Depends.on() to see if the implementing class is ready to be called upon.
      • setRunning

        void setRunning(boolean value)
        Typically called by ServiceCoordinator to set the state of the Service implementing this interface, after the Service's init() method has returned.