Package org.opends.server.util
Class RuntimeInformation
- java.lang.Object
-
- org.opends.server.util.RuntimeInformation
-
public final class RuntimeInformation extends Object
This class is used to gather and display information from the runtime environment.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
logInfo(ServerContext serverContext)
Write runtime information to error log.static void
printInfo(ServerContext serverContext)
Writes runtime information to a print stream.
-
-
-
Method Detail
-
printInfo
public static void printInfo(ServerContext serverContext)
Writes runtime information to a print stream.- Parameters:
serverContext
- the server content
-
logInfo
public static void logInfo(ServerContext serverContext)
Write runtime information to error log.- Parameters:
serverContext
- The server context.
-
-