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