Uses of Class
de.aristaflow.adept2.base.registry.InstanceToInstanceRegistry
- 
Packages that use InstanceToInstanceRegistry Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.twophase de.aristaflow.adept2.model 
- 
- 
Uses of InstanceToInstanceRegistry in de.aristaflow.adept2.base.registrySubclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.base.registry Modifier and Type Class Description classLocalServiceRegistryThe local service registry extends theInstanceToInstanceRegistryto support service components.classServiceRegistryA 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 InstanceToInstanceRegistry Modifier and Type Field Description protected InstanceToInstanceRegistryRegistryWrapper. modelFactoryRegistryThe model factory registry for this wrapping registry.Methods in de.aristaflow.adept2.base.registry with parameters of type InstanceToInstanceRegistry Modifier and Type Method Description protected 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 InstanceToInstanceRegistry Constructor Description RegistryWrapper(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.registrySubclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry Modifier and Type Class Description classBootstrapRegistryThis bootstrap registry is the central entity from which other registries and services can be retrieved.
- 
Uses of InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry.twophaseSubclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry.twophase Modifier and Type Class Description classTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases.
- 
Uses of InstanceToInstanceRegistry in de.aristaflow.adept2.modelSubclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.model Modifier and Type Class Description classModelFactoryRegistryThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2.
 
-