public final class GracefulShutdownRequestGrammar extends org.apache.directory.api.asn1.ber.grammar.AbstractGrammar<GracefulShutdownRequestContainer>
GracefulShutdwon ::= SEQUENCE {
timeOffline INTEGER (0..720) DEFAULT 0,
delay [0] INTEGER (0..86400) DEFAULT 0
}
| Modifier and Type | Field and Description |
|---|---|
private static GracefulShutdownRequestGrammar |
instance
The instance of grammar.
|
(package private) static org.slf4j.Logger |
LOG
The logger
|
| Modifier | Constructor and Description |
|---|---|
private |
GracefulShutdownRequestGrammar()
Creates a new GracefulShutdownGrammar object.
|
| Modifier and Type | Method and Description |
|---|---|
static GracefulShutdownRequestGrammar |
getInstance()
This class is a singleton.
|
static final org.slf4j.Logger LOG
private static GracefulShutdownRequestGrammar instance
private GracefulShutdownRequestGrammar()
public static GracefulShutdownRequestGrammar getInstance()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.