| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.core.registry | |
| de.aristaflow.adept2.core.registry.twophase |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceRegistry
A service registry extends the
LocalServiceRegistry to support
export and publishing of local services as well as accessing remote services. |
| Modifier and Type | Field and Description |
|---|---|
protected LocalServiceRegistry |
RegistryWrapper.registry
The registry to which the requests are forwarded.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UrlConfigurationManager.setRegistry(LocalServiceRegistry registry,
SessionFactory sessionFactory,
java.net.URI[] uris)
Sets the registry, the session factory and the URIs to be used for
retrieving
JDBCDataSources for runtime configurations. |
| Constructor and Description |
|---|
RegistryWrapper(java.lang.String clusterName,
java.lang.String nodeName,
SerialisablePair<java.lang.String,java.lang.String> release,
java.lang.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and
services can be retrieved.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
|