public final class UESSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_INIT_TIMEOUT
UES Containers default initialization timeout (15 minutes).
|
static java.lang.String |
ENV_VAR_UES_HOME
Name of (operation system) environment variable for UES home.
|
static java.lang.String |
ENV_VAR_UU_HOME
Name of (operation system) environment variable for UU home.
|
static java.lang.String |
INIT_TIMEOUT
UES containers initialization timeout.
|
static java.lang.String |
LAZY_INIT
UES containers lazy initialization property.
|
static java.lang.String |
UES_HOME
UES home system property.
|
private static java.lang.String |
UES_HOME_DEFAULT_LOCATION
Default location of UES_HOME when no directory is specified another way.
|
static java.lang.String |
UU_HOME
UU home system property.
|
private static java.lang.String |
UU_HOME_DEFAULT_LOCATION
Default location of UU_HOME when no directory is specified another way.
|
Modifier | Constructor and Description |
---|---|
private |
UESSystem()
UESSystem is utility class and will be never instantiated.
|
Modifier and Type | Method and Description |
---|---|
static int |
getInitializationTimeout()
Returns timeout of container initialization.
|
static java.lang.String |
getUesHome()
Returns path to UES home directory (the directory may not exist).
|
static boolean |
lazyInitialization()
Returns if component containers should be lazy initialized.
|
private static void |
log(java.lang.String message,
Logs to system default error output.
|
message
- Logged messageparams
- Message parameters