| 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 |
LoggerManager
This class initialises and configures console and file loggers (handler) for
the central logging, that is logging based on class names.
|
| 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 |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileEventActivityHandler
An event handler for file events, that stores data from an occurred file
event as output parameter in the data context of the corresponding activity.
|
class |
FileMarkHandler
An event handler for marking files from file events.
|
class |
InstanceStartEventHandler
An event handler for file events, that stores data from an occurred file
event as input parameters in the data container of an instance and starts
this instance afterwards.
|
class |
MarkInstanceStartEventHandler
An event handler for file events, that marks the files (rename, move) and afterwards stores data
from an occurred file event as input parameters in the data container of an instance and starts
this instance afterwards.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceStartEventHandler
An event handler for mail events, that stores data from an occurred mail
event as input parameters in the data container of an instance and starts
this instance afterwards.
|
class |
MailEventActivityHandler
An event handler for mail events, that stores data from an occurred mail
event as output parameter in the data context of the corresponding activity.
|
class |
MailFlagHandler
An event handler for setting flags and/or moving messages from mail events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrgModelExtension
Abstract implementation for adding new
OrgModelExtensions. |
| 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 |
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 | Interface and Description |
|---|---|
interface |
FilteredMailSource
A mail event source that filters mails before creating the corresponding mail
events.
|
interface |
MailSource
An event source causing an event based on the presence of a mail.
|
interface |
MemoryResultSetSource
An event source causing an event based on the result of a select statement.
|
interface |
PollingFileSource
An event source causing an event based on the presence of a file.
|
interface |
PollingMailSource
A mail event source that polls for mails.
|
interface |
PollingSource<T extends Event>
An event source that involves polling for an event.
|
interface |
ResultSetSource
An event source causing an event based on the result of a select statement.
|
interface |
SharingSource<T extends Event>
A sharing source is an event source that does not poll itself but shares
another event source that unifies several sharing sources, polls for them and
signals them separately.
|