Uses of Class
de.aristaflow.adept2.base.configuration.ConfigurationDescription
-
-
Uses of ConfigurationDescription in de.aristaflow.adept2.base.cluster
Classes in de.aristaflow.adept2.base.cluster with annotations of type ConfigurationDescription Modifier and Type Class Description class
RegistryProviderConf
AGlobalRegistryProvider
retrieving a list of possible global registry URIs from its configuration and trying to get a global registry with this URIs.class
RegistryProviderDb
AGlobalRegistryProvider
retrieving the global registry URI from the cluster (synchronisation) JDBC data source. -
Uses of ConfigurationDescription in de.aristaflow.adept2.base.configuration
Classes in de.aristaflow.adept2.base.configuration with annotations of type ConfigurationDescription Modifier and Type Class Description class
LoggerManager
This class initialises and configures console and file loggers (handler) for the central logging, that is logging based on class names. -
Uses of ConfigurationDescription in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry with annotations of type ConfigurationDescription Modifier and Type Class 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 theInstanceToInstanceRegistry
to support service components.class
PluginRegistry
While theAbstractRegistry
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 theLocalServiceRegistry
to support export and publishing of local services as well as accessing remote services. -
Uses of ConfigurationDescription in de.aristaflow.adept2.base.service
Classes in de.aristaflow.adept2.base.service with annotations of type ConfigurationDescription Modifier and Type Class Description class
AbstractADEPT2Service
Abstract implementation for the ADEPT2 service interface.class
AbstractAuthenticatedService
An abstract class providing the basic means for authenticating and managing aSessionFactory
as well as some session management (token verification and alike).class
AbstractNonPrivilegedService
An abstract class providing the basic means for authenticating and managing aClientSessionFactory
. -
Uses of ConfigurationDescription in de.aristaflow.adept2.base.servletcontainer.dynamic
Classes in de.aristaflow.adept2.base.servletcontainer.dynamic with annotations of type ConfigurationDescription Modifier and Type Class Description class
EmbeddedServletService
A servlet service deploying servlets dynamically via Servlet API 3.0. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.checks.processmodel
Classes in de.aristaflow.adept2.core.checks.processmodel with annotations of type ConfigurationDescription Modifier and Type Class Description class
DefaultProcessCheckService
Default implementation of the process check service. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.client
Classes in de.aristaflow.adept2.core.client with annotations of type ConfigurationDescription Modifier and Type Class Description class
MultiplexingClientService
TheMultiplexingClientService
is a broker for service requests from various web clients. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common with annotations of type ConfigurationDescription Modifier and Type Class Description class
AbstractEventManager
The event manager creates event handler and event sources. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents with annotations of type ConfigurationDescription Modifier and Type Class 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. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.eventmanager.mailevents
Classes in de.aristaflow.adept2.core.eventmanager.mailevents with annotations of type ConfigurationDescription Modifier and Type Class Description class
ClientCredentialsAccessTokenProvider
An implementation ofOAuth2AccessTokenProvider
that acquires an access token via the OAuth 2.0 client credentials grant.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. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.registry
Classes in de.aristaflow.adept2.core.registry with annotations of type ConfigurationDescription Modifier and Type Class Description class
AuthenticatedInjectedService
This class is similar toAbstractAuthenticatedService
.class
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and services can be retrieved.class
InitialisedInjectedService
This class is similar toAbstractADEPT2Service
. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.runtimemanager.gui
Classes in de.aristaflow.adept2.core.runtimemanager.gui with annotations of type ConfigurationDescription Modifier and Type Class Description class
AbstractGUIManager
This class provides the basic means for aRemoteGUIManager
which is the interaction between remotely executed component to GUI context (viaActivityStateNotification
and vice versa (viaAbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)
). -
Uses of ConfigurationDescription in de.aristaflow.adept2.model
Classes in de.aristaflow.adept2.model with annotations of type ConfigurationDescription Modifier and Type Class Description class
ModelFactoryRegistry
This class extends theInstanceToInstanceRegistry
to support all model factories in ADEPT2. -
Uses of ConfigurationDescription in de.aristaflow.adept2.model.events.sources
Classes in de.aristaflow.adept2.model.events.sources with annotations of type ConfigurationDescription Modifier and Type Interface 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.
-