Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.embedded.webserver.ServerThreadPool Class Reference

Inheritance diagram for org.openmobileis.embedded.webserver.ServerThreadPool:

org.openmobileis.common.util.ObjectPool List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Runnable that handle connexion process in a thread.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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


Member Function Documentation

synchronized void org.openmobileis.embedded.webserver.ServerThreadPool.disposeObject Object  object  ) 
 

Parameters:
object 
Returns:
void
Exceptions:
@author 
See also:
Since:
Version:
dispose the object. The object return to the pool and become available. 38C5229D001E

Reimplemented from org.openmobileis.common.util.ObjectPool.

Definition at line 50 of file ServerThreadPool.java.

Referenced by org.openmobileis.embedded.webserver.ServerThread.run().


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:39 2005 for OpenMobileIS by  doxygen 1.4.4