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.classSharedCodeServiceAServicefor 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 classComponentFactoryServiceclassLogServiceclassRootFactoryServiceclassRootManagerServiceclassScriptServiceclassSystemManagerServiceclassTaskServiceMethod 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)Stream<ComponentAddress>Services. locateAll(Class<? extends Service> service) -
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()
-