public abstract class Shutdown extends AbstractShutdownable implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIORITY_EARLIER |
static int |
PRIORITY_EARLIEST |
static int |
PRIORITY_LATER |
static int |
PRIORITY_LATEST |
static int |
PRIORITY_NORMAL |
| Modifier | Constructor and Description |
|---|---|
protected |
Shutdown()
Creates a new Shutdown object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addShutdown(int priority,
Shutdownable sd)
DOCUMENT ME!
|
protected void |
addShutdown(Shutdownable sd)
DOCUMENT ME!
|
static Shutdown |
createShutdown(Object o)
DOCUMENT ME!
|
protected void |
internalShutdown()
DOCUMENT ME!
|
protected void |
removeShutdown(Shutdownable sd)
DOCUMENT ME!
|
isDown, shutdownpublic static final int PRIORITY_LATEST
public static final int PRIORITY_LATER
public static final int PRIORITY_NORMAL
public static final int PRIORITY_EARLIER
public static final int PRIORITY_EARLIEST
public static Shutdown createShutdown(Object o)
o - DOCUMENT ME!protected void internalShutdown()
throws ServerExitError
AbstractShutdownableinternalShutdown in class AbstractShutdownableServerExitError - DOCUMENT ME!protected final void addShutdown(Shutdownable sd)
sd - DOCUMENT ME!protected final void addShutdown(int priority,
Shutdownable sd)
priority - DOCUMENT ME!sd - DOCUMENT ME!protected final void removeShutdown(Shutdownable sd)
sd - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.