public final class GracefulShutdownGrammar extends AbstractGrammar<GracefulShutdownContainer>
GracefulShutdwon ::= SEQUENCE {
timeOffline INTEGER (0..720) DEFAULT 0,
delay [0] INTEGER (0..86400) DEFAULT 0
}
| Modifier and Type | Field and Description |
|---|---|
private static GracefulShutdownGrammar |
instance
The instance of grammar.
|
(package private) static boolean |
IS_DEBUG
Speedup for logs
|
(package private) static org.slf4j.Logger |
LOG
The logger
|
transitions| Modifier | Constructor and Description |
|---|---|
private |
GracefulShutdownGrammar()
Creates a new GracefulShutdownGrammar object.
|
| Modifier and Type | Method and Description |
|---|---|
static GracefulShutdownGrammar |
getInstance()
This class is a singleton.
|
executeAction, getName, getTransition, setNamestatic final org.slf4j.Logger LOG
static final boolean IS_DEBUG
private static GracefulShutdownGrammar instance
private GracefulShutdownGrammar()
public static GracefulShutdownGrammar getInstance()