Package org.apache.catalina.core
Class ContainerBase.ContainerBackgroundProcessor
- java.lang.Object
- 
- org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 - Enclosing class:
- ContainerBase
 
 protected class ContainerBase.ContainerBackgroundProcessor extends java.lang.Object implements java.lang.RunnablePrivate runnable class to invoke the backgroundProcess method of this container and its children after a fixed delay.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedContainerBackgroundProcessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessChildren(Container container)voidrun()
 
- 
- 
- 
Method Detail- 
runpublic void run() - Specified by:
- runin interface- java.lang.Runnable
 
 - 
processChildrenprotected void processChildren(Container container) 
 
- 
 
-