Class CmsUpdateThread

java.lang.Object
java.lang.Thread
org.opencms.setup.CmsUpdateThread
All Implemented Interfaces:
Runnable

public class CmsUpdateThread extends Thread
Used for the OpenCms workplace update wizard.

Since:
6.0.0
  • Field Details

  • Constructor Details

  • Method Details

    • getLoggingThread

      Returns the logging thread.

      Returns:
      the logging thread
    • isFinished

      public boolean isFinished()
      Returns the status of the logging thread.

      Returns:
      the status of the logging thread
    • kill

      public void kill()
      Kills this Thread as well as the included logging Thread.

    • printToStdOut

      public void printToStdOut(String str)
      Write somthing to System.out during setup.

      Parameters:
      str - the string to write
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
      See Also: