com.atlassian.confluence.links
Class ReferralTaskQueue

java.lang.Object
  extended by com.atlassian.confluence.links.ReferralTaskQueue
All Implemented Interfaces:
com.atlassian.core.task.TaskQueue

public class ReferralTaskQueue
extends Object
implements com.atlassian.core.task.TaskQueue


Constructor Summary
ReferralTaskQueue()
           
 
Method Summary
 void addTask(com.atlassian.core.task.Task task)
           
 void clear()
           
 void flush()
           
 Timestamp getFlushStarted()
           
 Collection getTasks()
           
 boolean isFlushing()
           
 void setReferralManager(ReferralManager referralManager)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferralTaskQueue

public ReferralTaskQueue()
Method Detail

addTask

public void addTask(com.atlassian.core.task.Task task)
Specified by:
addTask in interface com.atlassian.core.task.TaskQueue

flush

public void flush()
Specified by:
flush in interface com.atlassian.core.task.TaskQueue

size

public int size()
Specified by:
size in interface com.atlassian.core.task.TaskQueue

isFlushing

public boolean isFlushing()
Specified by:
isFlushing in interface com.atlassian.core.task.TaskQueue

getFlushStarted

public Timestamp getFlushStarted()
Specified by:
getFlushStarted in interface com.atlassian.core.task.TaskQueue

setReferralManager

public void setReferralManager(ReferralManager referralManager)

clear

public void clear()
Specified by:
clear in interface com.atlassian.core.task.TaskQueue

getTasks

public Collection getTasks()
Specified by:
getTasks in interface com.atlassian.core.task.TaskQueue


Copyright © 2003-2010 Atlassian. All Rights Reserved.