java.lang.Object
org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ContainerBase
protected class ContainerBase.ContainerBackgroundProcessor
extends Object
implements Runnable 
Private runnable class to invoke the backgroundProcess method of this container and its children after a fixed
 delay.
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
ContainerBackgroundProcessorprotected ContainerBackgroundProcessor() 
 
- 
Method Details
- 
runpublic void run() 
- Specified by:
- runin interface- Runnable
 
- 
processChildrenprotected void processChildren(Container container)