- java.lang.Object
-
- org.praxislive.hub.Hub.Accessor
-
-
Constructor Summary
Constructors Constructor Description Accessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.praxislive.core.Root.ControllergetRootController(String id)org.praxislive.core.RootHubgetRootHub()String[]getRootIDs()Set<Class<? extends org.praxislive.core.services.Service>>getServices()booleanregisterRootController(String id, org.praxislive.core.Root.Controller controller)voidregisterService(Class<? extends org.praxislive.core.services.Service> service, org.praxislive.core.ComponentAddress provider)org.praxislive.core.Root.ControllerunregisterRootController(String id)
-
-
-
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)
-
getRootHub
public org.praxislive.core.RootHub getRootHub()
-
-