public class StandardDirectives
extends java.lang.Object
AbstractServerService.stop(java.util.Map)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GRACEFUL
Perform a graceful shutdown, call stop on all Modular Server Services
|
static java.lang.String |
IGNORE_SESSIONS |
static java.lang.String |
LIFECYCLE_TIMEOUT
Method Injection Identifier
|
static java.lang.String |
SHUTDOWN_TIMEOUT
Method Injection Identifier
|
static java.lang.String |
STARTUP_BEAN
All Server Startup Values for Config Repository
|
static java.lang.String |
STARTUP_MODE
Method Injection Identifier
|
static java.lang.String |
STARTUP_TIMEOUT
Method Injection Identifier
|
static java.lang.String |
SVR_FOUNDATION
Name of the Service that starts the server booting
This happens after all activators have been called
|
static java.lang.String |
TIMEOUTS
All Lifecycle Timeouts Identifier for Config Repository
|
static java.lang.String |
WAIT_ALLSESSIONS
Wait for all sessions including persisted session when
performing a graceful shutdown
|
Constructor and Description |
---|
StandardDirectives() |
public static final java.lang.String IGNORE_SESSIONS
Ignore Sessions when performing a graceful shutdown
,
Constant Field Valuespublic static final java.lang.String WAIT_ALLSESSIONS
public static final java.lang.String SVR_FOUNDATION
public static final java.lang.String GRACEFUL
public static final java.lang.String TIMEOUTS
public static final java.lang.String SHUTDOWN_TIMEOUT
public static final java.lang.String LIFECYCLE_TIMEOUT
public static final java.lang.String STARTUP_BEAN
public static final java.lang.String STARTUP_TIMEOUT
public static final java.lang.String STARTUP_MODE