| Modifier and Type | Class and Description |
|---|---|
class |
RegistryProviderConf
A
GlobalRegistryProvider retrieving a list of possible global
registry URIs from its configuration and trying to get a global registry with
this URIs. |
class |
RegistryProviderDb
A
GlobalRegistryProvider retrieving the global registry URI from
the cluster (synchronisation) JDBC data source. |
| 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 |
AbstractSubService<T extends AbstractADEPT2Service>
An abstract implementation for sub services of an
AbstractADEPT2Service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthenticatedService
An abstract class providing the basic means for authenticating and managing a
SessionFactory as well as some session management (token verification and alike). |
class |
AbstractConfigurableAuthenticatedService
This class extends an authenticated service by the means for changing a
configuration.
|
class |
AbstractConfigurableService
This class provides the configuration of a service and returns it.
|
class |
AbstractNonPrivilegedService
An abstract class providing the basic means for authenticating and managing a
ClientSessionFactory. |
| Modifier and Type | Field and Description |
|---|---|
protected T |
AbstractSubService.service
The corresponding main service this sub service belongs to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedServletService
A servlet service deploying servlets dynamically via Servlet API 3.0.
|
| 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. |
| Constructor and Description |
|---|
ClientServiceSharedServices(AbstractADEPT2Service service,
Configuration configuration)
Default constructors, expects some configuration values to be set in the
provided configuration:
ClientServiceSharedServices.CONF_EXECUTOR_POOL_SIZE
ClientServiceSharedServices.CONF_SCHEDULED_EXECUTOR_POOL_SIZE
ClientServiceSharedServices.CONF_SERVICE_AVAILABILITY_POOL_SIZE
ClientServiceSharedServices.CONF_SERVICE_AVAILABILITY_POLL_RATE
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventManager
The event manager creates event handler and event sources.
|
class |
DefaultEventManager
The default event manager supports events based on SQL databases, (incoming) mails and changes in
the file system.
|
| 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 | Field and Description |
|---|---|
protected AbstractADEPT2Service |
InitialisedInjectedService.adept2Service
|
| 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 |
AbstractGUIManager
This class provides the basic means for a
RemoteGUIManager which
is the interaction between remotely executed component to GUI context (via
ActivityStateNotification and vice versa
(via AbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)). |
| 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 |
NullGUIManager
The null GUI manager returns the
NullGUIContext as the GUIContext and
may be used for GUI-less clients. |
class |
RemoteHTMLGUIManager
A GUI manager supporting the
NullGUIContext and a
RemoteHTMLContext as the GUIContext for (nearly)
GUI-less clients with a webserver. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbdServContHTTPService
Simple HTTP service based on a
ServletService (an embedded servlet
container). |
class |
NullHTTPService
Dummy HTTP service for head-less clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PVPUpdateManager
This class manages a set of
ChangeListeners
for an object which are notified when properties of that object
change. |