- 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 Root.Controller
getRootController(String id)
RootHub
getRootHub()
String[]
getRootIDs()
Set<Class<? extends Service>>
getServices()
boolean
registerRootController(String id, Root.Controller controller)
void
registerService(Class<? extends Service> service, ComponentAddress provider)
Root.Controller
unregisterRootController(String id)
-
-
-
Method Detail
-
registerRootController
public boolean registerRootController(String id, Root.Controller controller)
-
unregisterRootController
public Root.Controller unregisterRootController(String id)
-
getRootController
public Root.Controller getRootController(String id)
-
getRootIDs
public String[] getRootIDs()
-
registerService
public void registerService(Class<? extends Service> service, ComponentAddress provider)
-
getRootHub
public RootHub getRootHub()
-
-