Uses of Interface
org.praxislive.core.services.Service
-
Packages that use Service Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.core.services org.praxislive.hub org.praxislive.hub.net org.praxislive.script.impl -
-
Uses of Service in org.praxislive.base
Method parameters in org.praxislive.base with type arguments of type Service Modifier and Type Method Description protected ComponentAddressAbstractComponent. findService(Class<? extends Service> service)protected ComponentAddressAbstractRoot. findService(Class<? extends Service> service)Find a Service address in the lookup. -
Uses of Service in org.praxislive.code
Classes in org.praxislive.code that implement Service Modifier and Type Class Description classCodeCompilerServiceclassCodeComponentFactoryServiceclassCodeContextFactoryServiceAServicefor creating newCodeContext.classCodeRootFactoryServiceclassSharedCodeServiceAServicefor handling shared code updates and creating dependentCodeContext.Method parameters in org.praxislive.code with type arguments of type Service Modifier and Type Method Description Optional<ComponentAddress>CodeContext. locateService(Class<? extends Service> type)Locate the provided service type, if available. -
Uses of Service in org.praxislive.core
Methods in org.praxislive.core that return types with arguments of type Service Modifier and Type Method Description List<Class<? extends Service>>RootHub.ServiceProvider. services()A list of the services this extension provides. -
Uses of Service in org.praxislive.core.services
Classes in org.praxislive.core.services that implement Service Modifier and Type Class Description classComponentFactoryServiceAServicefor creating new component instances.classLogServiceclassRootFactoryServiceAServicefor creating new root instances.classRootManagerServiceclassScriptServiceclassSystemManagerServiceclassTaskServiceMethods in org.praxislive.core.services that return types with arguments of type Service Modifier and Type Method Description Class<? extends Service>ComponentFactory.Redirect. service()Query the service to redirect to.Method parameters in org.praxislive.core.services with type arguments of type Service Modifier and Type Method Description Optional<ComponentAddress>Services. locate(Class<? extends Service> service)Locate the primary implementation of the requested service, if available.Stream<ComponentAddress>Services. locateAll(Class<? extends Service> service)Locate all the available implementations of the requested service, if available.Constructor parameters in org.praxislive.core.services with type arguments of type Service Constructor Description Redirect(Class<? extends Service> service, String control)Construct a redirect to the provided service and control. -
Uses of Service in org.praxislive.hub
Methods in org.praxislive.hub that return types with arguments of type Service Modifier and Type Method Description Set<Class<? extends Service>>Hub.Accessor. getServices()Method parameters in org.praxislive.hub with type arguments of type Service Modifier and Type Method Description voidHub.Accessor. registerService(Class<? extends Service> service, ComponentAddress provider) -
Uses of Service in org.praxislive.hub.net
Method parameters in org.praxislive.hub.net with type arguments of type Service Modifier and Type Method Description NetworkCoreFactory.BuilderNetworkCoreFactory.Builder. exposeServices(List<Class<? extends Service>> services)List of services that will be exposed to connected hubs. -
Uses of Service in org.praxislive.script.impl
Methods in org.praxislive.script.impl that return types with arguments of type Service Modifier and Type Method Description List<Class<? extends Service>>ScriptServiceImpl. services()
-