Inheritance diagram for org.openmobileis.embedded.webserver.ServerThreadPool:
Definition at line 44 of file ServerThreadPool.java.
Public Member Functions | ||||
ServerThreadPool () throws ClassNotFoundException, IllegalAccessException, InstantiationException | ||||
synchronized void | disposeObject (Object object) | |||
| ||||
void | runServerConnexion (WebServer webserver, Socket socket) | |||
void | freeResources () throws Exception |
synchronized void org.openmobileis.embedded.webserver.ServerThreadPool.disposeObject | ( | Object | object | ) |
object |
@author |
Reimplemented from org.openmobileis.common.util.ObjectPool.
Definition at line 50 of file ServerThreadPool.java.
Referenced by org.openmobileis.embedded.webserver.ServerThread.run().