| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.base.service | |
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.model |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryWrapper
A registry wrapper provides access to specific registry methods to a normal
component/service.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModelViewerProvider |
RegistryWrapper.modelViewerProvider
The provider for retrieving model views.
|
| 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 | Interface and Description |
|---|---|
interface |
Registry
This interface provides components and services initialised and started by
the registry framework with access to other services and components.
|
interface |
ServiceAccess
This interface provides components and services initialised and started by
the registry framework with access to other services and components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ADEPT2ClientService
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexingClientService
The
MultiplexingClientService is a broker for service requests
from various web clients. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelFactoryRegistry
This class extends the
InstanceToInstanceRegistry to support
all model factories in ADEPT2. |