com.atlassian.confluence.links
Class ReferralTaskQueue

java.lang.Object
  extended bycom.atlassian.confluence.links.ReferralTaskQueue
All Implemented Interfaces:
TaskQueue

public class ReferralTaskQueue
extends Object
implements TaskQueue


Constructor Summary
ReferralTaskQueue()
           
 
Method Summary
 void addTask(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(Task task)
Specified by:
addTask in interface TaskQueue

flush

public void flush()
Specified by:
flush in interface TaskQueue

size

public int size()
Specified by:
size in interface TaskQueue

isFlushing

public boolean isFlushing()
Specified by:
isFlushing in interface TaskQueue

getFlushStarted

public Timestamp getFlushStarted()
Specified by:
getFlushStarted in interface TaskQueue

setReferralManager

public void setReferralManager(ReferralManager referralManager)

clear

public void clear()
Specified by:
clear in interface TaskQueue

getTasks

public Collection getTasks()
Specified by:
getTasks in interface TaskQueue


Confluence is developed by Atlassian.