public abstract class AbstractShutdownable extends Object implements Shutdownable
| Constructor and Description |
|---|
AbstractShutdownable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
internalShutdown()
DOCUMENT ME!
|
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.
|
public final void shutdown()
throws ServerExitError
Shutdownableshutdown in interface ShutdownableServerExitError - if any error occurs during cleanupprotected abstract void internalShutdown()
throws ServerExitError
ServerExitError - DOCUMENT ME!public final boolean isDown()
ShutdownableisDown in interface ShutdownableCopyright © 2012–2026 cismet GmbH. All rights reserved.