public interface KaryonServer
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Shutdown the server and hence the modules associated with this server.
|
void |
start()
Starts the server and hence the modules associated with this server.
|
void |
startAndWaitTillShutdown()
A shorthand for calling
start() and waitTillShutdown() |
void |
waitTillShutdown()
A utility method to block the caller thread till the server is shutdown (by external invocation).
|
void start()
void shutdown()
void waitTillShutdown()
void startAndWaitTillShutdown()
start() and waitTillShutdown()