| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.core.registry | |
| de.aristaflow.adept2.core.registry.twophase | |
| de.aristaflow.adept2.model |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalServiceRegistry
The local service registry extends the
InstanceToInstanceRegistry to support service components. |
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 InstanceToInstanceRegistry |
RegistryWrapper.modelFactoryRegistry
The model factory registry for this wrapping registry.
|
| Modifier and Type | Method and Description |
|---|---|
protected Registry |
LocalServiceRegistry.createRegistryWrapper(java.lang.String serviceName,
boolean earlyService,
InstanceToInstanceRegistry mfRegistry,
ModelViewerProvider mvProvider)
Creates a
Registry which is a wrapper for this registry including the service
name. |
protected Registry |
ServiceRegistry.createRegistryWrapper(java.lang.String serviceName,
boolean earlyService,
InstanceToInstanceRegistry mfRegistry,
ModelViewerProvider mvProvider)
Also provides the cluster name to the created registry wrapper.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelFactoryRegistry
This class extends the
InstanceToInstanceRegistry to support
all model factories in ADEPT2. |