org.vrspace.server
Class Shutdown

java.lang.Object
  extended byorg.vrspace.server.Shutdown
All Implemented Interfaces:
java.lang.Runnable

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

This is used as shutdown hook set by server.


Constructor Summary
Shutdown(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

Shutdown

public Shutdown(Server server)
Method Detail

run

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