Interface IStateManager

  • All Known Implementing Classes:
    StateManager

    public interface IStateManager
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setReady​(boolean ready)
      This method is used to indicate if all netvirt services have been started and netvirt is ready.
    • Method Detail

      • setReady

        void setReady​(boolean ready)
        This method is used to indicate if all netvirt services have been started and netvirt is ready.
        Parameters:
        ready - indicates the netvirt readiness