org.opentox.interfaces
Interface IServer

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
Server

public interface IServer
extends java.lang.Runnable

Author:
chung

Method Summary
 void shutdown()
          Gracefully terminates the server!
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

shutdown

void shutdown()
              throws java.lang.Exception
Gracefully terminates the server!

Throws:
java.lang.Exception