org.openmobileis.embedded.webserver
Class ServerThreadPool

java.lang.Object
  |
  +--org.openmobileis.common.util.ObjectPool
        |
        +--org.openmobileis.embedded.webserver.ServerThreadPool

public class ServerThreadPool
extends ObjectPool

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

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

Fields inherited from class org.openmobileis.common.util.ObjectPool
incSize_, minSize_, objectClass_, pool_
 
Constructor Summary
ServerThreadPool()
           
 
Method Summary
 void disposeObject(java.lang.Object object)
           
 void runServerConnexion(WebServer webserver, java.net.Socket socket)
           
 
Methods inherited from class org.openmobileis.common.util.ObjectPool
createNewInstance, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerThreadPool

public ServerThreadPool()
                 throws java.lang.ClassNotFoundException,
                        java.lang.IllegalAccessException,
                        java.lang.InstantiationException
Method Detail

disposeObject

public void disposeObject(java.lang.Object object)
Overrides:
disposeObject in class ObjectPool
Following copied from class: org.openmobileis.common.util.ObjectPool
Parameters:
object -  
Returns:
void
Throws:
-  
See Also:

runServerConnexion

public void runServerConnexion(WebServer webserver,
                               java.net.Socket socket)


Copyright 2005 e-Care. All Rights Reserved.