| Modifier and Type | Method and Description |
|---|---|
ComponentContainer |
StrolchAgent.getContainer() |
protected ComponentContainer |
StrolchComponent.getContainer()
Returns the reference to the container for sub classes
|
| Constructor and Description |
|---|
StrolchComponent(ComponentContainer container,
String componentName)
Constructor which takes a reference to the container and the component's name under which it can be retrieved at
runtime (although one mostly retrieves the component by interface class for automatic casting)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentContainerImpl |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
DefaultRealmHandler(ComponentContainer container,
String componentName) |
SimplePostInitializer(ComponentContainer container,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentContainer |
StrolchPolicy.getContainer() |
| Constructor and Description |
|---|
DefaultPolicyHandler(ComponentContainer container,
String componentName) |
StrolchPolicy(ComponentContainer container,
StrolchTransaction tx)
Instantiate a new
Command |
| Constructor and Description |
|---|
DbConnectionBuilder(ComponentContainer container,
ComponentConfiguration persistenceHandlerConfiguration) |
| Constructor and Description |
|---|
DefaultStrolchPrivilegeHandler(ComponentContainer container,
String componentName) |
| Constructor and Description |
|---|
DefaultEnumHandler(ComponentContainer container,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentContainer |
Command.getContainer() |
protected ComponentContainer |
AbstractService.getContainer()
Returns the reference to the
ComponentContainer |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.setContainer(ComponentContainer container)
Called by the
ServiceHandler to set a reference to the ComponentContainer to be used during
service execution |
| Constructor and Description |
|---|
Command(ComponentContainer container,
StrolchTransaction tx)
Instantiate a new
Command |
DefaultServiceHandler(ComponentContainer container,
String componentName) |
Copyright © 2011–2016 Strolch. All rights reserved.