Uses of Interface
de.aristaflow.adept2.base.service.NameResolution
Packages that use NameResolution
Package
Description
-
Uses of NameResolution in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement NameResolutionModifier and TypeClassDescriptionclassThis class manages interfaces (or super-classes) of component types and instances of components including singletons.static classDefault implementation for resolving service name and component types.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 registry wrapper provides access to specific registry methods to a normal component/service.classA service registry extends theLocalServiceRegistryto support export and publishing of local services as well as accessing remote services.Fields in de.aristaflow.adept2.base.registry declared as NameResolutionModifier and TypeFieldDescriptionprotected final NameResolutionAbstractRegistry.nameResolutionThe implementation for resolving service name and component types.protected final NameResolutionUrlConfigurationManager.nameResolutionThe resolution for service names. -
Uses of NameResolution in de.aristaflow.adept2.base.service
Subinterfaces of NameResolution in de.aristaflow.adept2.base.serviceModifier and TypeInterfaceDescriptioninterfaceThis interface provides components and services initialised and started by the registry framework with access to other services and components.interfaceThis interface provides components and services initialised and started by the registry framework with access to other services and components. -
Uses of NameResolution in de.aristaflow.adept2.core.client
Subinterfaces of NameResolution in de.aristaflow.adept2.core.clientClasses in de.aristaflow.adept2.core.client that implement NameResolutionModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients. -
Uses of NameResolution in de.aristaflow.adept2.core.registry
Classes in de.aristaflow.adept2.core.registry that implement NameResolutionModifier and TypeClassDescriptionclassThis bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of NameResolution in de.aristaflow.adept2.core.registry.twophase
Classes in de.aristaflow.adept2.core.registry.twophase that implement NameResolutionModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases. -
Uses of NameResolution in de.aristaflow.adept2.model
Classes in de.aristaflow.adept2.model that implement NameResolutionModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2.