public interface Shutdownable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDown()
Indicates whether shutdown has already been called or not.
|
void |
shutdown()
This method shall be used as a cleanup method if the runtime of the application is about to end.
|
void shutdown()
throws ServerExitError
ServerExitError - if any error occurs during cleanupboolean isDown()
Copyright © 2012–2026 cismet GmbH. All rights reserved.