Uses of Interface
de.aristaflow.adept2.base.service.NameResolution
-
-
Uses of NameResolution in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement NameResolution Modifier and Type Class Description class
AbstractRegistry
This class manages interfaces (or super-classes) of component types and instances of components including singletons.static class
AbstractRegistry.DefaultNameResolution
Default implementation for resolving service name and component types.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
RegistryWrapper
A registry wrapper provides access to specific registry methods to a normal component/service.class
ServiceRegistry
A service registry extends theLocalServiceRegistry
to support export and publishing of local services as well as accessing remote services.Fields in de.aristaflow.adept2.base.registry declared as NameResolution Modifier and Type Field Description protected NameResolution
AbstractRegistry. nameResolution
The implementation for resolving service name and component types.protected NameResolution
UrlConfigurationManager. nameResolution
The resolution for service names. -
Uses of NameResolution in de.aristaflow.adept2.base.service
Subinterfaces of NameResolution in de.aristaflow.adept2.base.service Modifier and Type Interface Description interface
Registry
This interface provides components and services initialised and started by the registry framework with access to other services and components.interface
ServiceAccess
This 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.client Modifier and Type Interface Description interface
ADEPT2ClientService
Deprecated.Classes in de.aristaflow.adept2.core.client that implement NameResolution Modifier and Type Class Description class
MultiplexingClientService
TheMultiplexingClientService
is 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 NameResolution 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 NameResolution in de.aristaflow.adept2.core.registry.twophase
Classes in de.aristaflow.adept2.core.registry.twophase that implement NameResolution Modifier and Type Class Description class
TwoPhaseBootstrap<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 NameResolution Modifier and Type Class Description class
ModelFactoryRegistry
This class extends theInstanceToInstanceRegistry
to support all model factories in ADEPT2.
-