|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerI | |
|---|---|
| net.mchaplin.ioc | IoC Lightweight component framework. |
| net.mchaplin.ioc.component | Components model. |
| net.mchaplin.ioc.configuration | Components configuration model. |
| net.mchaplin.ioc.model | Wmind Commons Library Provides utility classes used by net.wmind.* |
| net.mchaplin.ioc.rmi | |
| Uses of ContainerI in net.mchaplin.ioc |
|---|
| Classes in net.mchaplin.ioc that implement ContainerI | |
|---|---|
class |
DefaultContainer
Default, ready-to-use ContainerI implementation Provides Component registration & management services. |
| Methods in net.mchaplin.ioc that return ContainerI | |
|---|---|
ContainerI |
DefaultContainer.getContainer()
|
ContainerI |
ContainerI.getContainer()
|
ContainerI |
DefaultContainer.getParent()
|
ContainerI |
ContainerI.getParent()
|
ContainerI[] |
DefaultContainer.getSons()
|
ContainerI[] |
ContainerI.getSons()
|
ContainerI |
XmlContainerFactory.retrieveInstance()
Start containers defined in xml file |
| Methods in net.mchaplin.ioc that return types with arguments of type ContainerI | |
|---|---|
java.util.List<ContainerI> |
DefaultContainer.getContainers()
|
| Methods in net.mchaplin.ioc with parameters of type ContainerI | |
|---|---|
void |
DefaultContainer.addSon(ContainerI container)
|
void |
ContainerI.addSon(ContainerI container)
|
void |
XmlContainerFactory.loadComponents(ContainerI container,
java.util.Iterator itr)
Instanciate components from definitions object & register them into target container |
void |
DefaultContainer.setContainer(ContainerI container)
|
void |
DefaultContainer.setParent(ContainerI aParent)
|
void |
ContainerI.setParent(ContainerI aParent)
|
| Method parameters in net.mchaplin.ioc with type arguments of type ContainerI | |
|---|---|
void |
DefaultContainer.setContainers(java.util.List<ContainerI> containers)
|
| Constructors in net.mchaplin.ioc with parameters of type ContainerI | |
|---|---|
DefaultContainer(ContainerI parent,
java.lang.String name)
Instanciate & register this container as child of another container |
|
| Uses of ContainerI in net.mchaplin.ioc.component |
|---|
| Fields in net.mchaplin.ioc.component declared as ContainerI | |
|---|---|
protected ContainerI |
DefaultComponentFactory.container
|
protected ContainerI |
DefaultComponent.container
|
| Methods in net.mchaplin.ioc.component that return ContainerI | |
|---|---|
ContainerI |
DefaultComponentFactory.getContainer()
|
ContainerI |
DefaultComponent.getContainer()
|
ContainerI |
ComponentI.getContainer()
Provide component dependencies lookup facility |
| Methods in net.mchaplin.ioc.component with parameters of type ContainerI | |
|---|---|
void |
DefaultComponentFactory.setContainer(ContainerI container)
|
void |
DefaultComponent.setContainer(ContainerI aContainer)
|
void |
ComponentI.setContainer(ContainerI container)
Dependency injection setter |
| Constructors in net.mchaplin.ioc.component with parameters of type ContainerI | |
|---|---|
DefaultComponentFactory(ContainerI aContainer)
|
|
| Uses of ContainerI in net.mchaplin.ioc.configuration |
|---|
| Methods in net.mchaplin.ioc.configuration that return ContainerI | |
|---|---|
ContainerI |
DefaultConfiguration.getContainer()
|
| Methods in net.mchaplin.ioc.configuration with parameters of type ContainerI | |
|---|---|
void |
DefaultConfiguration.setContainer(ContainerI aContainer)
|
| Uses of ContainerI in net.mchaplin.ioc.model |
|---|
| Methods in net.mchaplin.ioc.model that return ContainerI | |
|---|---|
ContainerI |
Container.getContainer()
|
| Methods in net.mchaplin.ioc.model with parameters of type ContainerI | |
|---|---|
void |
Container.setContainer(ContainerI container)
|
| Uses of ContainerI in net.mchaplin.ioc.rmi |
|---|
| Methods in net.mchaplin.ioc.rmi that return ContainerI | |
|---|---|
ContainerI |
RmiService.getContainer()
|
ContainerI |
RmiServerFactory.getContainer()
|
ContainerI |
RmiServer.getServiceContainer()
|
| Methods in net.mchaplin.ioc.rmi with parameters of type ContainerI | |
|---|---|
void |
RmiService.setContainer(ContainerI container)
|
void |
RmiServerFactory.setContainer(ContainerI container)
|
| Constructors in net.mchaplin.ioc.rmi with parameters of type ContainerI | |
|---|---|
RmiServer(RmiServerConfiguration config,
ContainerI container)
|
|
RmiServerFactory(Container ctx,
ContainerI aContainer)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||