Class JobAgentServerConnection.ListenerThread

java.lang.Object
net.sf.basedb.util.jobagent.JobAgentServerConnection.ListenerThread
All Implemented Interfaces:
Runnable
Enclosing class:
JobAgentServerConnection

private static class JobAgentServerConnection.ListenerThread
extends Object
implements Runnable
This class is used for listening to the specified socket for incoming connections. Each request is forwarded to the RequestHandler in a separate thread.
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable