- Direct Known Subclasses:
- ExtendedServerContext
public class ServerContext
extends Object
Exposes information about both the physical server and Java Runtime Environment (JRE) that Mule is running on:
env Map of Operating System environment variables
fileSeparator Character that separates components of a file path. This is "/" on UNIX and "\" on Windows.
host Fully qualified domain name for the server
ip The IP address of the server
locale The default locale (java.util.Locale) of the JRE. Can be used language (locale.language), country
(locale.country) and
javaVersion JRE version
javaVendor JRE vendor name
osName Operating System name
osArch Operating System architecture
osVersion Operating System version
systemProperties Map of Java system properties
timeZone Default TimeZone (java.util.TimeZone) of the JRE.
tmpDir Temporary directory for use by the JRE
userName User name
userHome User home directory
userDir User working directory