public class ServerPropertiesDaemon
extends java.lang.Object
ServerPropertiesInspector, describing methods for the server-side to get different
system property and running mode values.| Constructor and Description |
|---|
ServerPropertiesDaemon() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getVersion()
Gets the current version string of the Progress compatible environment.
|
static boolean |
isBatchMode()
Reports if the current server context is running in batch mode.
|
static boolean |
isUnderWindowsFamily()
Check the server-side configuration of this client - if it is running in windows
compatibility mode or not.
|
public static java.lang.String getVersion()
If no value is found via this lookup, then the default value of "10.2B" will be returned.
public static boolean isBatchMode()
If no value is found via this lookup, then the default value of
false will be returned.
true if the current context is in batch mode.public static boolean isUnderWindowsFamily()
true if the client is running in windows compatibility mode.