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.registry
Subclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.base.registry Modifier and Type Class Description class
LocalServiceRegistry
The local service registry extends theInstanceToInstanceRegistry
to support service components.class
ServiceRegistry
A service registry extends theLocalServiceRegistry
to 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 InstanceToInstanceRegistry
RegistryWrapper. modelFactoryRegistry
The 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 Registry
LocalServiceRegistry. createRegistryWrapper(String serviceName, boolean earlyService, InstanceToInstanceRegistry mfRegistry, ModelViewerProvider mvProvider)
Creates aRegistry
which is a wrapper for this registry including the service name.protected Registry
ServiceRegistry. 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.registry
Subclasses of InstanceToInstanceRegistry in de.aristaflow.adept2.core.registry Modifier and Type Class Description class
BootstrapRegistry
This 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.twophase Modifier and Type Class Description class
TwoPhaseBootstrap<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.model Modifier and Type Class Description class
ModelFactoryRegistry
This class extends theInstanceToInstanceRegistry
to support all model factories in ADEPT2.
-