| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegistry
This class manages interfaces (or super-classes) of component types and
instances of components including singletons.
|
class |
InstanceToInstanceRegistry
This class extends the plugin registry to support the retrieval of used
component instances without needing to know the used instance name at all.
|
class |
LocalServiceRegistry
The local service registry extends the
InstanceToInstanceRegistry to support service components. |
class |
PluginRegistry
While the
AbstractRegistry does not allow to be directly
accessed, this class supports the retrieval of specific component instances
as well as default component instances. |
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 | Class and Description |
|---|---|
class |
AbstractConfigurableAuthenticatedService
This class extends an authenticated service by the means for changing a
configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAuthenticatedService |
SessionFactoryProviderWrapper.service
The wrapped service providing the session factory.
|
| Constructor and Description |
|---|
SessionFactoryProviderWrapper(AbstractAuthenticatedService service)
Creates a new session factory provider wrapping the designated
AbstractAuthenticatedService. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProcessCheckService
Default implementation of the process check service.
|
| 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 |
AbstractSyncService<T extends AbstractAuthenticatedService>
An abstract implementation for synchronising org model extensions.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbdServContHTTPService
Simple HTTP service based on a
ServletService (an embedded servlet
container). |