- 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.Runnable
Private thread class to invoke the backgroundProcess method
of this container and its children after a fixed delay.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected void |
processChildren(Container container,
java.lang.ClassLoader cl) |
void |
run() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.