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 BootstrapRegistry
AristaFlowPlatform. createBootstrapRegistry(UrlConfigurationManager cMgr)
Creates a new bootstrap registry having the designated configuration manager.protected BootstrapRegistry
AristaFlowPlatform. 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 class
TwoPhaseBootstrap<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 BootstrapRegistry
TwoPhasePlatform. createBootstrapRegistry(UrlConfigurationManager confMgr)
-