com.atlassian.confluence.util.longrunning
Class LongRunningTaskUtils

java.lang.Object
  extended by com.atlassian.confluence.util.longrunning.LongRunningTaskUtils

Deprecated. since 4.0. This class is spun from purest evil. Use the LongRunningTaskManager directly instead.

@Deprecated
public class LongRunningTaskUtils
extends Object


Constructor Summary
LongRunningTaskUtils()
          Deprecated.  
 
Method Summary
static void removeTask()
          Deprecated.  
static com.atlassian.core.task.longrunning.LongRunningTask retrieveTask()
          Deprecated.  
static void startTask(com.atlassian.core.task.longrunning.LongRunningTask task)
          Deprecated.  
static String startTask(com.atlassian.core.task.longrunning.LongRunningTask task, com.atlassian.user.User user)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongRunningTaskUtils

public LongRunningTaskUtils()
Deprecated. 
Method Detail

startTask

public static String startTask(com.atlassian.core.task.longrunning.LongRunningTask task,
                               com.atlassian.user.User user)
Deprecated. 

startTask

public static void startTask(com.atlassian.core.task.longrunning.LongRunningTask task)
Deprecated. 

retrieveTask

public static com.atlassian.core.task.longrunning.LongRunningTask retrieveTask()
Deprecated. 

removeTask

public static void removeTask()
Deprecated. 


Copyright © 2003-2012 Atlassian. All Rights Reserved.