Class DaemonManagerImpl

    • Constructor Detail

      • DaemonManagerImpl

        @Inject
        public DaemonManagerImpl​(AnalyticsManager analyticsManager)
        Construct an instance of DaemonManagerImpl.
    • Method Detail

      • start

        public void start()
        Called after the component has been created and filled by injection (for the components built by configuration).
        Specified by:
        start in interface Activeable
      • stop

        public void stop()
        Called before the component is stopped.
        Specified by:
        stop in interface Activeable