public class ReferralTaskQueue extends Object implements com.atlassian.core.task.TaskQueue
| Constructor and Description | 
|---|
| ReferralTaskQueue() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTask(com.atlassian.core.task.Task task) | 
| void | clear() | 
| void | flush() | 
| Timestamp | getFlushStarted() | 
| Collection | getTasks() | 
| boolean | isFlushing() | 
| void | setReferralManager(ReferralManager referralManager) | 
| int | size() | 
public void addTask(com.atlassian.core.task.Task task)
addTask in interface com.atlassian.core.task.TaskQueuepublic void flush()
flush in interface com.atlassian.core.task.TaskQueuepublic int size()
size in interface com.atlassian.core.task.TaskQueuepublic boolean isFlushing()
isFlushing in interface com.atlassian.core.task.TaskQueuepublic Timestamp getFlushStarted()
getFlushStarted in interface com.atlassian.core.task.TaskQueuepublic void setReferralManager(ReferralManager referralManager)
public void clear()
clear in interface com.atlassian.core.task.TaskQueuepublic Collection getTasks()
getTasks in interface com.atlassian.core.task.TaskQueueCopyright © 2003–2018 Atlassian. All rights reserved.