2.17.2: 2011-06-17

net.sf.basedb.core.signal
Class SocketSignalReceiver.ListenerThread

java.lang.Object
  extended by net.sf.basedb.core.signal.SocketSignalReceiver.ListenerThread
All Implemented Interfaces:
Runnable
Enclosing class:
SocketSignalReceiver

private class SocketSignalReceiver.ListenerThread
extends Object
implements Runnable

This class is used for listening to the specified socket for incoming connections.


Field Summary
private  ServerSocketChannel socket
           
 
Constructor Summary
private SocketSignalReceiver.ListenerThread(ServerSocketChannel socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

private final ServerSocketChannel socket
Constructor Detail

SocketSignalReceiver.ListenerThread

private SocketSignalReceiver.ListenerThread(ServerSocketChannel socket)
Method Detail

run

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

2.17.2: 2011-06-17