Uses of Class
de.aristaflow.adept2.base.registry.AbstractRegistry
-
Packages that use AbstractRegistry Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.twophase de.aristaflow.adept2.model -
-
Uses of AbstractRegistry in de.aristaflow.adept2.base.registry
Subclasses of AbstractRegistry in de.aristaflow.adept2.base.registry Modifier and Type Class Description classInstanceToInstanceRegistryThis class extends the plugin registry to support the retrieval of used component instances without needing to know the used instance name at all.classLocalServiceRegistryThe local service registry extends theInstanceToInstanceRegistryto support service components.classPluginRegistryWhile theAbstractRegistrydoes not allow to be directly accessed, this class supports the retrieval of specific component instances as well as default component instances.classServiceRegistryA service registry extends theLocalServiceRegistryto support export and publishing of local services as well as accessing remote services.Methods in de.aristaflow.adept2.base.registry with type parameters of type AbstractRegistry Modifier and Type Method Description protected <T extends AbstractRegistry>
TLocalServiceRegistry. getRegistry(SessionToken session, String registryTypeName, Class<T> registryType)Gets a registry (as service and therefore singleton) for the specified type name of the specified type, for instanceRuntimeRegistry. -
Uses of AbstractRegistry in de.aristaflow.adept2.core.registry
Subclasses of AbstractRegistry in de.aristaflow.adept2.core.registry Modifier and Type Class Description classBootstrapRegistryThis bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of AbstractRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of AbstractRegistry in de.aristaflow.adept2.core.registry.twophase Modifier and Type Class Description classTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases. -
Uses of AbstractRegistry in de.aristaflow.adept2.model
Subclasses of AbstractRegistry in de.aristaflow.adept2.model Modifier and Type Class Description classModelFactoryRegistryThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2.
-