Class Hub.Accessor

  • Enclosing class:
    Hub

    public final class Hub.Accessor
    extends Object
    • Constructor Detail

      • Accessor

        public Accessor()
    • Method Detail

      • registerRootController

        public boolean registerRootController​(String id,
                                              org.praxislive.core.Root.Controller controller)
      • unregisterRootController

        public org.praxislive.core.Root.Controller unregisterRootController​(String id)
      • getRootController

        public org.praxislive.core.Root.Controller getRootController​(String id)
      • getRootIDs

        public String[] getRootIDs()
      • registerService

        public void registerService​(Class<? extends org.praxislive.core.services.Service> service,
                                    org.praxislive.core.ComponentAddress provider)
      • getServices

        public Set<Class<? extends org.praxislive.core.services.Service>> getServices()
      • getRootHub

        public org.praxislive.core.RootHub getRootHub()