Uses of Class
de.aristaflow.adept2.base.service.AbstractAuthenticatedService
Packages that use AbstractAuthenticatedService
Package
Description
-
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.base.registry
Subclasses of AbstractAuthenticatedService 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 AbstractAuthenticatedService in de.aristaflow.adept2.base.service
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.base.serviceModifier and TypeClassDescriptionclassThis class extends an authenticated service by the means for changing a configuration. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.checks.processmodel
Modifier and TypeClassDescriptionclassDefault implementation of the process check service. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.client
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.core.clientModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.registry
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.core.registryModifier and TypeClassDescriptionclassThis bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.registry.cluster
Fields in de.aristaflow.adept2.core.registry.cluster declared as AbstractAuthenticatedServiceModifier and TypeFieldDescriptionprotected AbstractAuthenticatedServiceServiceStateTracker.platformServiceThe service used in the injected part of the cluster node/ClusterService.Methods in de.aristaflow.adept2.core.registry.cluster with parameters of type AbstractAuthenticatedServiceModifier and TypeMethodDescriptionvoidServiceStateTracker.start(AbstractAuthenticatedService pService, ServiceAccess sAccess) Starts this service state tracker each time the platform becomes available (again). -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.registry.twophase
Subclasses of AbstractAuthenticatedService 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 AbstractAuthenticatedService in de.aristaflow.adept2.model
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.modelModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.ui.htmlgui.httpservice
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.ui.htmlgui.httpserviceModifier and TypeClassDescriptionclassSimple HTTP service based on aServletService(an embedded servlet container).