| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.core.registry | |
| de.aristaflow.adept2.core.registry.twophase | |
| de.aristaflow.adept2.model |
| Modifier and Type | Field and Description |
|---|---|
protected UrlConfigurationManager |
AbstractRegistry.configurationManager
The configuration-manager used for this registry.
|
| Modifier and Type | Method and Description |
|---|---|
UrlConfigurationManager |
UrlConfigurationManager.createChild(java.lang.String instanceName,
java.lang.String componentType) |
| Constructor and Description |
|---|
AbstractRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new registry by setting the parent registry, the configuration
and the initial configuration manager.
|
InstanceToInstanceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new registry supporting instance to instance relations.
|
LocalServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new local service registry by calling the super constructor.
|
LocalServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry,
SerialisablePair<java.lang.String,java.lang.String> release)
Constructs a new service registry by calling the super constructor.
|
PluginRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new registry supporting plugins, that is components extending
an existing component.
|
ServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new service registry by calling the super constructor.
|
ServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry,
SerialisablePair<java.lang.String,java.lang.String> release)
Constructs a new service registry by calling the super constructor.
|
UrlConfigurationManager(Configuration rootConfiguration,
Configuration providedConfiguration,
UrlConfigurationManager parent)
Creates a new
UrlConfigurationManager having the designated
root and provided configuration and the fields of the designated
UrlConfigurationManager. |
| Modifier and Type | Field and Description |
|---|---|
protected UrlConfigurationManager |
AristaFlowPlatform.confMgr
The configuration manager used for the bootstrapped platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected UrlConfigurationManager |
AristaFlowPlatform.createConfigurationManager(java.lang.String rootConfFileName,
Configuration providedConfiguration,
boolean eager,
ConfigurationPropertyProvider provider,
LoggerManager loggerManager)
Gets a configuration manager having the designated file (file name without
path) as root configuration and/or the designated configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected BootstrapRegistry |
AristaFlowPlatform.createBootstrapRegistry(UrlConfigurationManager cMgr)
Creates a new bootstrap registry having the designated configuration
manager.
|
| 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 | 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.
|
| Constructor and Description |
|---|
ModelFactoryRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new model factory registry supporting factory for the creation
of model implementations.
|