Uses of Class
de.aristaflow.adept2.base.registry.InstanceToInstanceRegistry
Packages that use InstanceToInstanceRegistry
Package
Description
-
Uses of InstanceToInstanceRegistry in de.aristaflow.adept2.base.registry
Subclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.base.registryModifier and TypeClassDescriptionclassThe local service registry extends theInstanceToInstanceRegistryto support service components.classA 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 InstanceToInstanceRegistryModifier and TypeFieldDescriptionprotected final InstanceToInstanceRegistryRegistryWrapper.modelFactoryRegistryThe model factory registry for this wrapping registry.Methods in de.aristaflow.adept2.base.registry with parameters of type InstanceToInstanceRegistryModifier and TypeMethodDescriptionprotected RegistryLocalServiceRegistry.createRegistryWrapper(String serviceName, boolean earlyService, InstanceToInstanceRegistry mfRegistry, ModelViewerProvider mvProvider) Creates aRegistrywhich is a wrapper for this registry including the service name.protected RegistryServiceRegistry.createRegistryWrapper(String serviceName, boolean earlyService, InstanceToInstanceRegistry mfRegistry, ModelViewerProvider mvProvider) Also provides the cluster name to the created registry wrapper.Constructors in de.aristaflow.adept2.base.registry with parameters of type InstanceToInstanceRegistryModifierConstructorDescriptionprotectedRegistryWrapper(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 InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry
Subclasses of InstanceToInstanceRegistry 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 InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry.twophaseModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases. -
Uses of InstanceToInstanceRegistry in de.aristaflow.adept2.model
Subclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.modelModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2.