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 classRegistryProviderConfAGlobalRegistryProviderretrieving a list of possible global registry URIs from its configuration and trying to get a global registry with this URIs.classRegistryProviderDbAGlobalRegistryProviderretrieving 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 classLoggerManagerThis 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 classAbstractRegistryThis class manages interfaces (or super-classes) of component types and instances of components including singletons.classInstanceToInstanceRegistryThis class extends the plugin registry to support the retrieval of used component instances without needing to know the used instance name at all.classLocalServiceRegistryThe local service registry extends theInstanceToInstanceRegistryto support service components.classPluginRegistryWhile theAbstractRegistrydoes not allow to be directly accessed, this class supports the retrieval of specific component instances as well as default component instances.classServiceRegistryA 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 ConfigurationDescription Modifier and Type Class Description classAbstractADEPT2ServiceAbstract implementation for the ADEPT2 service interface.classAbstractAuthenticatedServiceAn abstract class providing the basic means for authenticating and managing aSessionFactoryas well as some session management (token verification and alike).classAbstractNonPrivilegedServiceAn 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 classEmbeddedServletServiceA 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 classDefaultProcessCheckServiceDefault 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 classMultiplexingClientServiceTheMultiplexingClientServiceis 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 classAbstractEventManagerThe 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 ConfigurationDescription Modifier and Type Class Description classFileEventActivityHandlerAn event handler for file events, that stores data from an occurred file event as output parameter in the data context of the corresponding activity.classFileMarkHandlerAn event handler for marking files from file events.classInstanceStartEventHandlerAn 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.classMarkInstanceStartEventHandlerAn 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 classClientCredentialsAccessTokenProviderAn implementation ofOAuth2AccessTokenProviderthat acquires an access token via the OAuth 2.0 client credentials grant.classInstanceStartEventHandlerAn 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.classMailEventActivityHandlerAn event handler for mail events, that stores data from an occurred mail event as output parameter in the data context of the corresponding activity.classMailFlagHandlerAn 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 classAuthenticatedInjectedServiceThis class is similar toAbstractAuthenticatedService.classBootstrapRegistryThis bootstrap registry is the central entity from which other registries and services can be retrieved.classInitialisedInjectedServiceThis 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 classAbstractGUIManagerThis 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 ConfigurationDescription Modifier and Type Class Description classModelFactoryRegistryThis 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 ConfigurationDescription Modifier and Type Interface Description interfaceFilteredMailSourceA mail event source that filters mails before creating the corresponding mail events.interfaceMailSourceAn event source causing an event based on the presence of a mail.interfaceMemoryResultSetSourceAn event source causing an event based on the result of a select statement.interfacePollingFileSourceAn event source causing an event based on the presence of a file.interfacePollingMailSourceA mail event source that polls for mails.interfacePollingSource<T extends Event>An event source that involves polling for an event.interfaceResultSetSourceAn 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 ConfigurationDescription Modifier and Type Class Description classWebUiServletA simple servlet providing the web UI from a base URL.
-