Uses of Interface
org.neo.swarm.util.threads.ThreadPool

Packages that use ThreadPool
org.neo.swarm.services.binding   
org.neo.swarm.services.multicast   
org.neo.swarm.services.tcp   
org.neo.swarm.util.network.tcp   
org.neo.swarm.util.threads   
 

Uses of ThreadPool in org.neo.swarm.services.binding
 

Constructors in org.neo.swarm.services.binding with parameters of type ThreadPool
BindingService(java.lang.String serviceName, BindingRunnable bindingThread, ThreadPool threadpool)
           
 

Uses of ThreadPool in org.neo.swarm.services.multicast
 

Constructors in org.neo.swarm.services.multicast with parameters of type ThreadPool
MulticastServer(Receiver receiver, ListenCallback router, ThreadPool threadPool)
           
 

Uses of ThreadPool in org.neo.swarm.services.tcp
 

Constructors in org.neo.swarm.services.tcp with parameters of type ThreadPool
TcpServer(java.net.InetAddress host, int port, ListenCallback scr, ThreadPool threadPool)
           
 

Uses of ThreadPool in org.neo.swarm.util.network.tcp
 

Constructors in org.neo.swarm.util.network.tcp with parameters of type ThreadPool
NIOTcpServer(ListenCallback callback, ThreadPool pool, int bufferSize, java.net.InetAddress bind, int port, long timeout)
           
 

Uses of ThreadPool in org.neo.swarm.util.threads
 

Classes in org.neo.swarm.util.threads that implement ThreadPool
 class OswegoThreadPool
          Uses Doug Lea's PooledExecutor to handle a threadpool.
 



Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.