Uses of Annotation Interface
de.aristaflow.adept2.base.configuration.ConfigurationDescription
Packages that use ConfigurationDescription
Package
Description
-
Uses of ConfigurationDescription in de.aristaflow.adept2.base.cluster
Classes in de.aristaflow.adept2.base.cluster with annotations of type ConfigurationDescriptionModifier and TypeClassDescriptionclassAGlobalRegistryProviderretrieving a list of possible global registry URIs from its configuration and trying to get a global registry with this URIs.classAGlobalRegistryProviderretrieving 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassThis 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassThis class manages interfaces (or super-classes) of component types and instances of components including singletons.classThis class extends the plugin registry to support the retrieval of used component instances without needing to know the used instance name at all.classThe local service registry extends theInstanceToInstanceRegistryto support service components.classWhile theAbstractRegistrydoes not allow to be directly accessed, this class supports the retrieval of specific component instances as well as default component instances.classA service registry extends theLocalServiceRegistryto 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassAbstract implementation for the ADEPT2 service interface.classAn abstract class providing the basic means for authenticating and managing aSessionFactoryas well as some session management (token verification and alike).classAn 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassA 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassDefault 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassThe event manager creates event handler and event sources.classAbstractInstanceStartEventHandler<T extends Event>This class provides the basic means for an instance start event handler, that is, providing the attributes of anEventHandleras well as retrieving the "latest" template to instantiate and let subclasses check for its input parameters. -
Uses of ConfigurationDescription in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents with annotations of type ConfigurationDescriptionModifier and TypeClassDescriptionclassAn event handler for file events, that stores data from an occurred file event as output parameter in the data context of the corresponding activity.classAn event handler for marking files from file events.classAn 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.classAn 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassAn implementation ofOAuth2AccessTokenProviderthat acquires an access token via the OAuth 2.0 client credentials grant.classAn 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.classAn event handler for mail events, that stores data from an occurred mail event as output parameter in the data context of the corresponding activity.classAn 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassThis class is similar toAbstractAuthenticatedService.classThis bootstrap registry is the central entity from which other registries and services can be retrieved.classThis 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 ConfigurationDescriptionModifier and TypeClassDescriptionclassThis class provides the basic means for aRemoteGUIManagerwhich is the interaction between remotely executed component to GUI context (viaActivityStateNotificationand 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 ConfigurationDescriptionModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto 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 ConfigurationDescriptionModifier and TypeInterfaceDescriptioninterfaceA mail event source that filters mails before creating the corresponding mail events.interfaceAn event source causing an event based on the presence of a mail.interfaceAn event source causing an event based on the result of a select statement.interfaceAn event source causing an event based on the presence of a file.interfaceA mail event source that polls for mails.interfacePollingSource<T extends Event>An event source that involves polling for an event.interfaceAn event source causing an event based on the result of a select statement.interfaceSharingSource<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. -
Uses of ConfigurationDescription in de.aristaflow.adept2.ui.web
Classes in de.aristaflow.adept2.ui.web with annotations of type ConfigurationDescriptionModifier and TypeClassDescriptionclassA simple servlet providing the web UI from a base URL.