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()
          Stop the server synchronously.
 void stop(boolean sync)
          Stop the server.
 

Method Detail

stop

void stop()
Stop the server synchronously.

This method is the same as calling stop(true).

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

stop

void stop(boolean sync)
Stop the server.

Parameters:
sync - whether the stop call should block until server is stopped The caller must ensure that this value is false if running from a thread which must be joined during server stop.
Threading:
This method can be invoked concurrently by multiple threads with itself and other methods in this interface.


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