net.sf.juoserver.networking
Class ClientThreadsManager

java.lang.Object
  extended by net.sf.juoserver.networking.ClientThreadsManager

public class ClientThreadsManager
extends Object


Field Summary
 Map<String,Thread> clientThreads
          Client threads, indexed by ClientHandlerImpl.getName().
 
Constructor Summary
ClientThreadsManager()
           
 
Method Summary
 void joinClientThread(ClientHandler c)
           
 void startClientThread(ClientHandler client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientThreads

public Map<String,Thread> clientThreads
Client threads, indexed by ClientHandlerImpl.getName().

Constructor Detail

ClientThreadsManager

public ClientThreadsManager()
Method Detail

joinClientThread

public void joinClientThread(ClientHandler c)

startClientThread

public void startClientThread(ClientHandler client)


Copyright © 2010-2012. All Rights Reserved.