| Modifier and Type | Method and Description |
|---|---|
protected ComponentConfiguration |
StrolchComponent.getConfiguration()
The components current configuration dependent on the environment which is loaded
|
| Modifier and Type | Method and Description |
|---|---|
void |
StrolchComponent.initialize(ComponentConfiguration configuration)
Life cycle step initialize.
|
void |
StrolchComponent.setup(ComponentConfiguration configuration)
Life cycle step setup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRealmHandler.initialize(ComponentConfiguration configuration) |
void |
TransactionalRealm.initialize(ComponentContainer container,
ComponentConfiguration configuration) |
void |
InternalStrolchRealm.initialize(ComponentContainer container,
ComponentConfiguration configuration) |
void |
CachedRealm.initialize(ComponentContainer container,
ComponentConfiguration configuration) |
void |
TransientRealm.initialize(ComponentContainer container,
ComponentConfiguration configuration) |
void |
EmptyRealm.initialize(ComponentContainer container,
ComponentConfiguration configuration) |
void |
DefaultRealmHandler.setup(ComponentConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPolicyHandler.initialize(ComponentConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ComponentConfiguration |
ConfigurationSaxParser.ComponentBuilder.build(RuntimeConfiguration runtimeConfiguration) |
ComponentConfiguration |
StrolchConfiguration.getComponentConfiguration(String componentName) |
| Modifier and Type | Method and Description |
|---|---|
void |
StrolchConfiguration.addConfiguration(String name,
ComponentConfiguration configuration) |
| Constructor and Description |
|---|
DbConnectionBuilder(ComponentContainer container,
ComponentConfiguration persistenceHandlerConfiguration) |
| Constructor and Description |
|---|
StrolchConfiguration(RuntimeConfiguration runtimeConfiguration,
Map<String,ComponentConfiguration> configurationByComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStrolchPrivilegeHandler.initialize(ComponentConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEnumHandler.initialize(ComponentConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServiceHandler.initialize(ComponentConfiguration configuration) |
Copyright © 2011–2016 Strolch. All rights reserved.