Class RunnableUtil

java.lang.Object
org.apache.sling.distribution.journal.RunnableUtil

@ParametersAreNonnullByDefault
public class RunnableUtil
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Thread startBackgroundThread​(java.lang.Runnable runnable, java.lang.String threadName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • startBackgroundThread

      public static java.lang.Thread startBackgroundThread​(java.lang.Runnable runnable, java.lang.String threadName)