java.lang.Object
org.apache.jk.common.ChannelSocket.SocketAcceptor
- All Implemented Interfaces:
- org.apache.tomcat.util.threads.ThreadPoolRunnable
- Enclosing class:
- ChannelSocket
- static class ChannelSocket.SocketAcceptor
- extends java.lang.Object
- implements org.apache.tomcat.util.threads.ThreadPoolRunnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wajp
ChannelSocket wajp
ChannelSocket.SocketAcceptor
ChannelSocket.SocketAcceptor(ChannelSocket wajp)
getInitData
public java.lang.Object[] getInitData()
- Description copied from interface:
org.apache.tomcat.util.threads.ThreadPoolRunnable
- Called when this object is first loaded in the thread pool.
Important: all workers in a pool must be of the same type,
otherwise the mechanism becomes more complex.
- Specified by:
getInitData in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
runIt
public void runIt(java.lang.Object[] thD)
- Description copied from interface:
org.apache.tomcat.util.threads.ThreadPoolRunnable
- This method will be executed in one of the pool's threads. The
thread will be returned to the pool.
- Specified by:
runIt in interface org.apache.tomcat.util.threads.ThreadPoolRunnable