Dependent modules in different Containers
Shutting down Containers
What happens, if parent and child modules are located in different Containers?
- If the Container shuts down, only those modules residing in it are unloaded. Depending child modules in other Containers are suspended. They are resumed, when the previously shut down Container starts up with their parent module again.
- If you manually unload (remove) a module, all child modules are also unloaded, regardless of the Container they are residing in.