Interface ServiceManagerSystem

    • Method Detail

      • startup

        void startup()
        Startup the service manager and initialize all services.
      • shutdown

        void shutdown()
        Shuts down the service manager and all services that it is managing.
      • getServices

        Map<String,​Object> getServices()
        Map service names to their beans.
        Returns:
        a map of name to bean for all services that are currently known