Uses of Interface
dev.getelements.elements.sdk.ServiceLocator
Packages that use ServiceLocator
Package
Description
The Guice SDK module is intended for using Guice to build an
Element based
system.-
Uses of ServiceLocator in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return ServiceLocatorModifier and TypeMethodDescriptionSimpleRemoteInvocationDispatcher.getIocResolver()ServiceLocatorLocalInvocationDispatcher.getServiceLocator()Deprecated.Methods in dev.getelements.elements.rt.remote with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidSimpleRemoteInvocationDispatcher.setIocResolver(ServiceLocator serviceLocator) voidServiceLocatorLocalInvocationDispatcher.setServiceLocator(ServiceLocator serviceLocator) Deprecated. -
Uses of ServiceLocator in dev.getelements.elements.sdk
Fields in dev.getelements.elements.sdk with type parameters of type ServiceLocatorMethods in dev.getelements.elements.sdk that return ServiceLocatorModifier and TypeMethodDescriptionElement.getServiceLocator()Gets theServiceLocatorassociated with this element.Methods in dev.getelements.elements.sdk with parameters of type ServiceLocatorModifier and TypeMethodDescriptionElementLoaderFactory.getSharedLoader(ElementRecord elementRecord, ServiceLocator serviceLocator) -
Uses of ServiceLocator in dev.getelements.elements.sdk.guice
Classes in dev.getelements.elements.sdk.guice that implement ServiceLocator -
Uses of ServiceLocator in dev.getelements.elements.sdk.spi
Classes in dev.getelements.elements.sdk.spi that implement ServiceLocatorMethods in dev.getelements.elements.sdk.spi that return ServiceLocatorModifier and TypeMethodDescriptionDefaultSharedElementLoader.getServiceLocator()SharedElement.getServiceLocator()Methods in dev.getelements.elements.sdk.spi with parameters of type ServiceLocatorModifier and TypeMethodDescriptionDefaultElementLoaderFactory.getSharedLoader(ElementRecord elementRecord, ServiceLocator serviceLocator) voidDefaultSharedElementLoader.setServiceLocator(ServiceLocator serviceLocator) Constructors in dev.getelements.elements.sdk.spi with parameters of type ServiceLocatorModifierConstructorDescriptionElementEventDispatcher(ElementRecord elementRecord, ServiceLocator serviceLocator, Publisher<Event> eventPublisher) FilteredServiceLocator(ServiceLocator delegate, Set<ElementServiceKey<?>> serviceKeySet) SharedElement(ElementRecord elementRecord, ServiceLocator serviceLocator, ElementRegistry parent) -
Uses of ServiceLocator in dev.getelements.elements.sdk.spi.guice
Methods in dev.getelements.elements.sdk.spi.guice that return ServiceLocatorConstructors in dev.getelements.elements.sdk.spi.guice with parameters of type ServiceLocatorModifierConstructorDescriptionGuiceSdkElement(ElementRecord elementRecord, ServiceLocator serviceLocator, ElementRegistry elementRegistry) -
Uses of ServiceLocator in dev.getelements.elements.test
Methods in dev.getelements.elements.test that return ServiceLocatorModifier and TypeMethodDescriptiondefault ServiceLocatorEmbeddedTestService.getClientIocResolver()Deprecated.default ServiceLocatorEmbeddedTestService.getIocResolver()Deprecated.EmbeddedWorkerInstanceContainer.getIocResolver()Returns the default Worker IoC resolver.default ServiceLocatorEmbeddedWorkerInstanceContainer.getIocResolver(ApplicationId applicationId) EmbeddedWorkerInstanceContainer.getIocResolver(NodeId applicationId) JeroMQEmbeddedWorkerInstanceContainer.getIocResolver()JeroMQEmbeddedWorkerInstanceContainer.getIocResolver(NodeId nodeId)