| 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. |
| Constructor and Description |
|---|
CommunicationStackLayer(CommunicationStack<T,V> delegate,
LogService logService)
Sets up this communication stack layer and sets the successor within the
communication stack this communication stack layer is assigned to.
|
CommunicationStackTerminator(LogService logService)
Initialises the instance variables appropriately.
|
| 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 |
AbstractADEPT2Service
Abstract implementation for the ADEPT2 service interface.
|
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 | 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. |
| 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.
|
| Constructor and Description |
|---|
EventSourceAdder(ClientWorklistItem item,
int retries,
long retryDelay,
WorklistHandler handler,
java.util.Collection<de.aristaflow.adept2.core.automaticclient.ItemHandler> pendingSelected,
java.util.concurrent.ScheduledExecutorService pollService,
ActivityEventManager eventManager,
LogService logService)
Creates a new worklist item handler for adding event soures for specific
worklist items.
|
| Constructor and Description |
|---|
AbstractOrgModelExtension(java.lang.String extensionId,
Configuration conf,
LogService logService,
Registry registry)
Creates a new org model extension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatedInjectedService
This class is similar to
AbstractAuthenticatedService. |
class |
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and
services can be retrieved.
|
class |
InitialisedInjectedService
This class is similar to
AbstractADEPT2Service. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterNode
Deprecated.
This class is subject of change and must not be used yet except for testing purpose.
Its interface and implementation may change any time!
|
| 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)). |
| Constructor and Description |
|---|
TxDbUpdateManager(java.lang.Class<?> serviceInterface,
TxManager<T> txManager,
LogService logService)
Constructs a new
DbSchemaUpdateManager. |
| 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. |