Uses of Class
de.aristaflow.adept2.core.registry.BootstrapRegistry
-
Packages that use BootstrapRegistry Package Description de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.twophase -
-
Uses of BootstrapRegistry in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that return BootstrapRegistry Modifier and Type Method Description protected BootstrapRegistryAristaFlowPlatform. createBootstrapRegistry(UrlConfigurationManager cMgr)Creates a new bootstrap registry having the designated configuration manager.protected BootstrapRegistryAristaFlowPlatform. getBootstrapRegistry()Constructor parameters in de.aristaflow.adept2.core.registry with type arguments of type BootstrapRegistry Constructor Description BootstrapRegistry(UrlConfigurationManager confMgr, Class<? extends BootstrapRegistry> bootstrapClass)Creates a new bootstrap registry having the designated configuration manager. -
Uses of BootstrapRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of BootstrapRegistry 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.Methods in de.aristaflow.adept2.core.registry.twophase that return BootstrapRegistry Modifier and Type Method Description protected BootstrapRegistryTwoPhasePlatform. createBootstrapRegistry(UrlConfigurationManager confMgr)
-