Uses of Class
de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Packages that use LocalServiceRegistry Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.twophase -
-
Uses of LocalServiceRegistry in de.aristaflow.adept2.base.registry
Subclasses of LocalServiceRegistry in de.aristaflow.adept2.base.registry Modifier and Type Class Description 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 LocalServiceRegistry Modifier and Type Field Description protected LocalServiceRegistry
RegistryWrapper. registry
The registry to which the requests are forwarded.Methods in de.aristaflow.adept2.base.registry with parameters of type LocalServiceRegistry Modifier and Type Method Description protected void
UrlConfigurationManager. setRegistry(LocalServiceRegistry registry, SessionFactory sessionFactory, URI[] uris)
Sets the registry, the session factory and the URIs to be used for retrievingJDBCDataSource
s for runtime configurations.Constructors in de.aristaflow.adept2.base.registry with parameters of type LocalServiceRegistry 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 LocalServiceRegistry in de.aristaflow.adept2.core.registry
Subclasses of LocalServiceRegistry 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 LocalServiceRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of LocalServiceRegistry 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.
-