Uses of Class
de.aristaflow.adept2.base.registry.LocalServiceRegistry
Packages that use LocalServiceRegistry
Package
Description
-
Uses of LocalServiceRegistry in de.aristaflow.adept2.base.registry
Subclasses of LocalServiceRegistry in de.aristaflow.adept2.base.registryModifier and TypeClassDescriptionclassA service registry extends theLocalServiceRegistryto support export and publishing of local services as well as accessing remote services.Fields in de.aristaflow.adept2.base.registry declared as LocalServiceRegistryModifier and TypeFieldDescriptionprotected final LocalServiceRegistryRegistryWrapper.registryThe registry to which the requests are forwarded.Methods in de.aristaflow.adept2.base.registry with parameters of type LocalServiceRegistryModifier and TypeMethodDescriptionprotected voidUrlConfigurationManager.setRegistry(LocalServiceRegistry registry, SessionFactory sessionFactory, URI[] uris) Sets the registry, the session factory and the URIs to be used for retrievingJDBCDataSources for runtime configurations.Constructors in de.aristaflow.adept2.base.registry with parameters of type LocalServiceRegistryModifierConstructorDescriptionprotectedRegistryWrapper(String clusterName, String nodeName, SerialisablePair<String, String> release, String hierInstName, boolean earlyService, LocalServiceRegistry registry, InstanceToInstanceRegistry modelFactoryRegistry, ModelViewerProvider modelViewerProvider) Creates a new wrapper for wrapping a service registry and the name of a component/service instance. -
Uses of LocalServiceRegistry in de.aristaflow.adept2.core.registry
Subclasses of LocalServiceRegistry in de.aristaflow.adept2.core.registryModifier and TypeClassDescriptionclassThis bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of LocalServiceRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of LocalServiceRegistry in de.aristaflow.adept2.core.registry.twophaseModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases.