com.sun.faban.harness.logging
Class Acceptor

java.lang.Object
  extended by com.sun.faban.harness.logging.Acceptor
All Implemented Interfaces:
Runnable

public class Acceptor
extends Object
implements Runnable

The acceptor thread does nothing but accepts incoming network connections.


Method Summary
 void run()
          Runs the accept loop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Runs the accept loop.

Specified by:
run in interface Runnable