public interface ISrvAppServerStopper
| Modifier and Type | Method and Description |
|---|---|
void |
stop()
Stop the server synchronously.
|
void |
stop(boolean sync)
Stop the server.
|
void stop()
This method is the same as calling stop(true).
void stop(boolean sync)
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.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.