org.gregoire.portknock.server
Class Main.ServiceThread

java.lang.Object
  extended byorg.gregoire.portknock.server.Main.ServiceThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Main

public class Main.ServiceThread
extends java.lang.Object
implements java.lang.Runnable

Used as a watchdog for a given server. If they stop listening prior to a terminate signal, they will be placed back into the listen state.


Constructor Summary
Main.ServiceThread(Server server)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.ServiceThread

public Main.ServiceThread(Server server)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © Paul Gregoire, All Rights Reserved.