org.jgroups.blocks
Class TCPConnectionMap.ConnectionAcceptor

java.lang.Object
  extended by org.jgroups.blocks.TCPConnectionMap.ConnectionAcceptor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TCPConnectionMap

protected class TCPConnectionMap.ConnectionAcceptor
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
protected TCPConnectionMap.ConnectionAcceptor()
           
 
Method Summary
 void run()
          Acceptor thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPConnectionMap.ConnectionAcceptor

protected TCPConnectionMap.ConnectionAcceptor()
Method Detail

run

public void run()
Acceptor thread. Continuously accept new connections. Create a new thread for each new connection and put it in conns. When the thread should stop, it is interrupted by the thread creator.

Specified by:
run in interface java.lang.Runnable


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.