Uses of Interface
org.praxislive.core.services.Service
Packages that use Service
Package
Description
-
Uses of Service in org.praxislive.base
Method parameters in org.praxislive.base with type arguments of type ServiceModifier and TypeMethodDescriptionprotected 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 ServiceModifier and TypeClassDescriptionclassA service for constructing a component as a custom child type of a container.classfinal classA factory service for code components.final classAServicefor creating newCodeContext.final classA factory service for code root components.final classAServicefor handling shared code updates and creating dependentCodeContext.Method parameters in org.praxislive.code with type arguments of type Service -
Uses of Service in org.praxislive.core
Methods in org.praxislive.core that return types with arguments of type Service -
Uses of Service in org.praxislive.core.services
Classes in org.praxislive.core.services that implement ServiceModifier and TypeClassDescriptionclassAServicefor creating new component instances.classclassAServicefor creating new root instances.classclassclassclassMethods in org.praxislive.core.services that return types with arguments of type ServiceModifier and TypeMethodDescriptionComponentFactory.Redirect.service()Returns the value of theservicerecord component.Method parameters in org.praxislive.core.services with type arguments of type ServiceModifier and TypeMethodDescriptionLocate the primary implementation of the requested service, if available.Locate all the available implementations of the requested service, if available.Constructor parameters in org.praxislive.core.services with type arguments of type Service -
Uses of Service in org.praxislive.hub
Method parameters in org.praxislive.hub with type arguments of type ServiceModifier and TypeMethodDescriptionprotected voidBasicCoreRoot.buildServiceMap(Map<Class<? extends Service>, ComponentAddress> srvs) Build the map of services implemented by this root.voidHub.Accessor.registerService(Class<? extends Service> service, ComponentAddress provider) Register a service provider. -
Uses of Service in org.praxislive.hub.net
Methods in org.praxislive.hub.net that return types with arguments of type ServiceModifier and TypeMethodDescriptionProxyInfo.services()List of services that should be delegated to this proxy.Method parameters in org.praxislive.hub.net with type arguments of type ServiceModifier and TypeMethodDescriptionNetworkCoreFactory.Builder.exposeServices(List<Class<? extends Service>> services) List of services that will be exposed to connected hubs. -
Uses of Service in org.praxislive.script
Methods in org.praxislive.script that return types with arguments of type ServiceMethod parameters in org.praxislive.script with type arguments of type ServiceModifier and TypeMethodDescriptionstatic StackFrameCreate a StackFrame that makes a call to the providedServiceand returns the result.static StackFrameStackFrame.serviceCall(Class<? extends Service> service, String control, Value arg) Create a StackFrame that makes a call to the providedServiceand returns the result.