org.globus.wsrf.container
Class GSIServiceThreadPool

java.lang.Object
  extended byorg.globus.wsrf.container.ServiceThreadPool
      extended byorg.globus.wsrf.container.GSIServiceThreadPool

class GSIServiceThreadPool
extends ServiceThreadPool


Field Summary
 
Fields inherited from class org.globus.wsrf.container.ServiceThreadPool
dispatcher, logger
 
Constructor Summary
GSIServiceThreadPool(ServiceDispatcher dispatcher)
           
 
Method Summary
protected  ServiceThread createThread()
           
 
Methods inherited from class org.globus.wsrf.container.ServiceThreadPool
getThreads, removeThread, startThreads, stopThreads, stopThreads, waitForThreads, waitForThreads
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSIServiceThreadPool

public GSIServiceThreadPool(ServiceDispatcher dispatcher)
Method Detail

createThread

protected ServiceThread createThread()
Overrides:
createThread in class ServiceThreadPool