public class RuntimeContainer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS
Current Address.
|
static long |
FIRST_ACCESS
Load-Time of this class.
|
static String |
FQDN_HOSTNAME
Current FQDN Hostname.
|
static String |
HOSTNAME
Current Hostname.
|
Modifier and Type | Method and Description |
---|---|
static void |
initialize(ErrorReporter errorReporter)
Initialize only once.
|
static void |
lookupHostname(ErrorReporter errorReporter)
Triggers the hostname lookup.
|
static void |
main(String[] args) |
public static String HOSTNAME
public static String FQDN_HOSTNAME
public static String ADDRESS
public static final long FIRST_ACCESS
public static void initialize(ErrorReporter errorReporter)
errorReporter
- the error reporterpublic static void lookupHostname(ErrorReporter errorReporter)
errorReporter
- the error reporterpublic static void main(String[] args)
Copyright © 2013–2023. All rights reserved.