| Package | Description |
|---|---|
| de.aristaflow.adept2.core.registry | |
| de.aristaflow.adept2.core.registry.twophase |
| Modifier and Type | Method and Description |
|---|---|
protected BootstrapRegistry |
AristaFlowPlatform.createBootstrapRegistry(UrlConfigurationManager cMgr)
Creates a new bootstrap registry having the designated configuration
manager.
|
protected BootstrapRegistry |
AristaFlowPlatform.getBootstrapRegistry() |
| Constructor and Description |
|---|
BootstrapRegistry(UrlConfigurationManager confMgr,
java.lang.Class<? extends BootstrapRegistry> bootstrapClass)
Creates a new bootstrap registry having the designated configuration manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
|
| Modifier and Type | Method and Description |
|---|---|
protected BootstrapRegistry |
TwoPhasePlatform.createBootstrapRegistry(UrlConfigurationManager confMgr) |
| Constructor and Description |
|---|
TwoPhaseBootstrap(java.lang.Class<T> initialServiceCls,
java.lang.String initialServiceType,
UrlConfigurationManager confMgr,
java.lang.Class<? extends BootstrapRegistry> bootstrapClass)
Creates a new bootstrap registry having the designated configuration
manager.
|