Uses of Class
de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
-
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.base.registry
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.base.registry Modifier and Type Class Description class
AbstractRegistry
This class manages interfaces (or super-classes) of component types and instances of components including singletons.class
InstanceToInstanceRegistry
This class extends the plugin registry to support the retrieval of used component instances without needing to know the used instance name at all.class
LocalServiceRegistry
The local service registry extends theInstanceToInstanceRegistry
to support service components.class
PluginRegistry
While theAbstractRegistry
does not allow to be directly accessed, this class supports the retrieval of specific component instances as well as default component instances.class
ServiceRegistry
A service registry extends theLocalServiceRegistry
to 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.service Modifier and Type Class Description class
AbstractConfigurableAuthenticatedService
This class extends an authenticated service by the means for changing a configuration.Fields in de.aristaflow.adept2.base.service declared as AbstractAuthenticatedService Modifier and Type Field Description protected AbstractAuthenticatedService
SessionFactoryProviderWrapper. service
Deprecated.The wrapped service providing the session factory.Constructors in de.aristaflow.adept2.base.service with parameters of type AbstractAuthenticatedService Constructor Description SessionFactoryProviderWrapper(AbstractAuthenticatedService service)
Deprecated.Creates a new session factory provider wrapping the designatedAbstractAuthenticatedService
. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.checks.processmodel
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.core.checks.processmodel Modifier and Type Class Description class
DefaultProcessCheckService
Default implementation of the process check service. -
Uses of AbstractAuthenticatedService in de.aristaflow.adept2.core.client
Subclasses of AbstractAuthenticatedService in de.aristaflow.adept2.core.client Modifier and Type Class Description class
MultiplexingClientService
TheMultiplexingClientService
is 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.registry Modifier and Type Class Description class
BootstrapRegistry
This 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 AbstractAuthenticatedService Modifier and Type Field Description protected AbstractAuthenticatedService
ServiceStateTracker. platformService
The service used in the injected part of the cluster node/ClusterService
.Methods in de.aristaflow.adept2.core.registry.cluster with parameters of type AbstractAuthenticatedService Modifier and Type Method Description void
ServiceStateTracker. 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.twophase Modifier and Type Class Description class
TwoPhaseBootstrap<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.model Modifier and Type Class Description class
ModelFactoryRegistry
This class extends theInstanceToInstanceRegistry
to 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.httpservice Modifier and Type Class Description class
EmbdServContHTTPService
Simple HTTP service based on aServletService
(an embedded servlet container).
-