ecologylab.services.distributed.impl
Interface Shutdownable

All Known Implementing Classes:
BrowserServices, DoubleThreadedAuthNIOServer, DoubleThreadedNIOServer, HttpGetServer, HTTPPostServer, KmlServer, NIOLoggingServer, NIOServerBase, ServicesServer, ServicesServerBase

public interface Shutdownable

Interface for objects that should have a shutdown sequence.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Method Summary
 void shutdown()
          Causes this to start to shutdown, and fires a SERVER_SHUTTING_DOWN event to all listeners.
 

Method Detail

shutdown

void shutdown()
Causes this to start to shutdown, and fires a SERVER_SHUTTING_DOWN event to all listeners.