Class StateManager

  • All Implemented Interfaces:
    IStateManager

    @Singleton
    public class StateManager
    extends java.lang.Object
    implements IStateManager
    • Method Summary

      All Methods Instance Methods Concrete 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.
      void start()
      Start method called by blueprint.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • start

        @PostConstruct
        public void start()
        Start method called by blueprint.
      • setReady

        public void setReady​(boolean ready)
        Description copied from interface: IStateManager
        This method is used to indicate if all netvirt services have been started and netvirt is ready.
        Specified by:
        setReady in interface IStateManager
        Parameters:
        ready - indicates the netvirt readiness