de.jadv.server
Class ShutdownHook

java.lang.Object
  |
  +--de.jadv.server.ShutdownHook
All Implemented Interfaces:
java.lang.Runnable

public class ShutdownHook
extends java.lang.Object
implements java.lang.Runnable

ShutdownHook - When the server is stopped, this hook should save all unsaved data!

Author:
neitzel

Field Summary
(package private)  JAdvServer _srv
           
 
Constructor Summary
ShutdownHook(JAdvServer srv)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_srv

JAdvServer _srv
Constructor Detail

ShutdownHook

public ShutdownHook(JAdvServer srv)
Method Detail

run

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