org.apache.jk.common
protected class ChannelNioSocket.SocketConnection extends java.lang.Object implements ThreadPoolRunnable
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getInitData()
Called when this object is first loaded in the thread pool.
|
boolean |
isRunning() |
void |
runIt(java.lang.Object[] perTh)
This method will be executed in one of the pool's threads.
|
void |
setFinished() |
public java.lang.Object[] getInitData()
ThreadPoolRunnable
getInitData
in interface ThreadPoolRunnable
public void runIt(java.lang.Object[] perTh)
ThreadPoolRunnable
runIt
in interface ThreadPoolRunnable
public boolean isRunning()
public void setFinished()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.