Uses of Interface
de.aristaflow.adept2.base.service.ServiceThreadHandling
Packages that use ServiceThreadHandling
Package
Description
-
Uses of ServiceThreadHandling in de.aristaflow.adept2.base.cluster
Classes in de.aristaflow.adept2.base.cluster that implement ServiceThreadHandlingModifier 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 ServiceThreadHandling in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement ServiceThreadHandlingModifier 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 ServiceThreadHandling in de.aristaflow.adept2.base.service
Classes in de.aristaflow.adept2.base.service that implement ServiceThreadHandlingModifier 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).classThis class extends an authenticated service by the means for changing a configuration.classThis class provides the configuration of a service and returns it.classAn abstract class providing the basic means for authenticating and managing aClientSessionFactory. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.base.servletcontainer.dynamic
Classes in de.aristaflow.adept2.base.servletcontainer.dynamic that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassA servlet service deploying servlets dynamically via Servlet API 3.0. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.core.checks.processmodel
Classes in de.aristaflow.adept2.core.checks.processmodel that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassDefault implementation of the process check service. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.core.client
Classes in de.aristaflow.adept2.core.client that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassThe event manager creates event handler and event sources.classThe default event manager supports arbitrary events (e. g. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.core.registry
Classes in de.aristaflow.adept2.core.registry that implement ServiceThreadHandlingModifier 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 ServiceThreadHandling in de.aristaflow.adept2.core.registry.cluster
Classes in de.aristaflow.adept2.core.registry.cluster that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassDeprecated.This class is subject of change and must not be used yet except for testing purpose. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.core.registry.twophase
Classes in de.aristaflow.adept2.core.registry.twophase that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.core.runtimemanager.gui
Classes in de.aristaflow.adept2.core.runtimemanager.gui that implement ServiceThreadHandlingModifier 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 ServiceThreadHandling in de.aristaflow.adept2.model
Classes in de.aristaflow.adept2.model that implement ServiceThreadHandlingModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.ui.guimanager
Classes in de.aristaflow.adept2.ui.guimanager that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassThe null GUI manager returns theNullGUIContextas the GUIContext and may be used for GUI-less clients.classA GUI manager supporting theNullGUIContextand aRemoteHTMLContextas theGUIContextfor (nearly) GUI-less clients with a webserver. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.ui.htmlgui.httpservice
Classes in de.aristaflow.adept2.ui.htmlgui.httpservice that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassSimple HTTP service based on aServletService(an embedded servlet container).classDummy HTTP service for head-less clients. -
Uses of ServiceThreadHandling in de.aristaflow.adept2.ui.updatemanager
Classes in de.aristaflow.adept2.ui.updatemanager that implement ServiceThreadHandlingModifier and TypeClassDescriptionclassThis class manages a set ofChangeListeners for an object which are notified when properties of that object change.