Liferay 6.2-ce-ga5

com.liferay.portal.kernel.backgroundtask
Class BackgroundTaskThreadLocal

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BackgroundTaskThreadLocal

public class BackgroundTaskThreadLocal
extends Object


Constructor Summary
BackgroundTaskThreadLocal()
           
 
Method Summary
static long getBackgroundTaskId()
           
static boolean hasBackgroundTask()
           
static void setBackgroundTaskId(long backgroundTaskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskThreadLocal

public BackgroundTaskThreadLocal()
Method Detail

getBackgroundTaskId

public static long getBackgroundTaskId()

hasBackgroundTask

public static boolean hasBackgroundTask()

setBackgroundTaskId

public static void setBackgroundTaskId(long backgroundTaskId)

Liferay 6.2-ce-ga5