com.neeve.server.app
Interface ISrvAppServerStopper

All Known Implementing Classes:
SrvController

public interface ISrvAppServerStopper

The interface through which the application manager shuts down the server


Method Summary
 void stop()
          Stops the server
 

Method Detail

stop

void stop()
Stops the server

Threading:
This method can be invoked concurrently by multiple threads with itself and other methods in this interface.


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.