Class ContainerBase.ContainerBackgroundProcessor
java.lang.Object
org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
- All Implemented Interfaces:
Runnable
- Enclosing class:
ContainerBase
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a new ContainerBackgroundProcessor instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessChildren(Container container) Recursively processes the background processing for the given container and its children.voidrun()
-
Constructor Details
-
ContainerBackgroundProcessor
protected ContainerBackgroundProcessor()Constructs a new ContainerBackgroundProcessor instance.
-
-
Method Details
-
run
-
processChildren
Recursively processes the background processing for the given container and its children.- Parameters:
container- the container to process
-