public class RuntimeContainer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS
Current Address.
|
static long |
FIRST_ACCESS
Load-Time of this class.
|
static java.lang.String |
FQDN_HOSTNAME
Current FQDN Hostname.
|
static java.lang.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(java.lang.String[] args) |
public static java.lang.String HOSTNAME
public static java.lang.String FQDN_HOSTNAME
public static java.lang.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(java.lang.String[] args)
Copyright © 2013-2022. All Rights Reserved.