Package org.brijframework.context.module
Interface ModuleContext
-
- All Superinterfaces:
Context,Initializer
public interface ModuleContext extends Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConcurrentHashMap<Object,ModuleContainer>getContainers()Return the Container map of context, ornullif there is no parent and this is the root of the context hierarchy.-
Methods inherited from interface org.brijframework.context.Context
getEnvironment, getParent, initialize, start, stop
-
Methods inherited from interface org.brijframework.lifecycle.Initializer
init, postInit, preInit
-
-
-
-
Method Detail
-
getContainers
ConcurrentHashMap<Object,ModuleContainer> getContainers()
Return the Container map of context, ornullif there is no parent and this is the root of the context hierarchy.- Returns:
- the parent context, or
nullif there is no parent
-
-