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