Uses of Class
de.aristaflow.adept2.base.registry.PluginRegistry
Packages that use PluginRegistry
Package
Description
-
Uses of PluginRegistry in de.aristaflow.adept2.base.registry
Subclasses of PluginRegistry in de.aristaflow.adept2.base.registryModifier and TypeClassDescriptionclassThis 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.classA service registry extends theLocalServiceRegistryto support export and publishing of local services as well as accessing remote services. -
Uses of PluginRegistry in de.aristaflow.adept2.core.registry
Subclasses of PluginRegistry 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 PluginRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of PluginRegistry 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 PluginRegistry in de.aristaflow.adept2.model
Subclasses of PluginRegistry in de.aristaflow.adept2.modelModifier and TypeClassDescriptionfinal classThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2.