Uses of Class
de.aristaflow.adept2.base.service.AbstractADEPT2Service
Packages that use AbstractADEPT2Service
Package
Description
-
Uses of AbstractADEPT2Service in de.aristaflow.adept2.base.cluster
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.base.clusterModifier 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 AbstractADEPT2Service in de.aristaflow.adept2.base.registry
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.base.registryModifier 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 AbstractADEPT2Service in de.aristaflow.adept2.base.service
Classes in de.aristaflow.adept2.base.service with type parameters of type AbstractADEPT2ServiceModifier and TypeClassDescriptionclassAbstractSubService<T extends AbstractADEPT2Service>An abstract implementation for sub services of anAbstractADEPT2Service.Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.base.serviceModifier and TypeClassDescriptionclassAn 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.Fields in de.aristaflow.adept2.base.service declared as AbstractADEPT2Service -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.base.servletcontainer.dynamic
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.base.servletcontainer.dynamicModifier and TypeClassDescriptionclassA servlet service deploying servlets dynamically via Servlet API 3.0. -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.core.checks.processmodel
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.core.checks.processmodelModifier and TypeClassDescriptionclassDefault implementation of the process check service. -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.core.client
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.core.clientModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients.Constructors in de.aristaflow.adept2.core.client with parameters of type AbstractADEPT2ServiceModifierConstructorDescriptionClientServiceSharedServices(AbstractADEPT2Service service, Configuration configuration) Default constructors, expects some configuration values to be set in the provided configuration:ClientServiceSharedServices.CONF_EXECUTOR_POOL_SIZEClientServiceSharedServices.CONF_SCHEDULED_EXECUTOR_POOL_SIZEClientServiceSharedServices.CONF_SERVICE_AVAILABILITY_POOL_SIZEClientServiceSharedServices.CONF_SERVICE_AVAILABILITY_POLL_RATE -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.core.eventmanager.common
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.core.eventmanager.commonModifier and TypeClassDescriptionclassThe event manager creates event handler and event sources.classThe default event manager supports arbitrary events (e. g. -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.core.registry
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.core.registryModifier and TypeClassDescriptionclassThis bootstrap registry is the central entity from which other registries and services can be retrieved.Fields in de.aristaflow.adept2.core.registry declared as AbstractADEPT2ServiceModifier and TypeFieldDescriptionprotected AbstractADEPT2ServiceInitialisedInjectedService.adept2Service -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.core.registry.twophase
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.core.registry.twophaseModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases. -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.core.runtimemanager.gui
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.core.runtimemanager.guiModifier 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 AbstractADEPT2Service in de.aristaflow.adept2.model
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.modelModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2. -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.ui.guimanager
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.ui.guimanagerModifier 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 AbstractADEPT2Service in de.aristaflow.adept2.ui.htmlgui.httpservice
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.ui.htmlgui.httpserviceModifier and TypeClassDescriptionclassSimple HTTP service based on aServletService(an embedded servlet container).classDummy HTTP service for head-less clients. -
Uses of AbstractADEPT2Service in de.aristaflow.adept2.ui.updatemanager
Subclasses of AbstractADEPT2Service in de.aristaflow.adept2.ui.updatemanagerModifier and TypeClassDescriptionclassThis class manages a set ofChangeListeners for an object which are notified when properties of that object change.