|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.util.RuntimeInformation
public class RuntimeInformation
This class is used to gather and display information from the runtime environment.
Constructor Summary | |
---|---|
RuntimeInformation()
|
Method Summary | |
---|---|
static boolean |
is64Bit()
Returns whether the architecture of the JVM we are running under is 64-bit or not. |
static void |
logInfo()
Write runtime information to error log. |
static void |
printInfo()
Writes runtime information to a print stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeInformation()
Method Detail |
---|
public static boolean is64Bit()
true
if the JVM architecture we running under is
64-bit and false
otherwise.public static void printInfo()
public static void logInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |