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 Details

    • 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.