com.atlassian.core.task
Class ErrorQueuedTaskQueue

java.lang.Object
  extended bycom.atlassian.core.task.AbstractTaskQueue
      extended bycom.atlassian.core.task.AbstractErrorQueuedTaskQueue
          extended bycom.atlassian.core.task.ErrorQueuedTaskQueue
All Implemented Interfaces:
TaskQueue, TaskQueueWithErrorQueue

public class ErrorQueuedTaskQueue
extends AbstractErrorQueuedTaskQueue


Nested Class Summary
 
Nested classes inherited from class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
AbstractErrorQueuedTaskQueue.TaskDecorator
 
Field Summary
 
Fields inherited from class com.atlassian.core.task.AbstractTaskQueue
buffer
 
Constructor Summary
ErrorQueuedTaskQueue()
           
 
Methods inherited from class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
addTask, flush, getErrorQueue, getRetryCount, handleException, setRetryCount
 
Methods inherited from class com.atlassian.core.task.AbstractTaskQueue
clear, getFlushStarted, getQueue, getTasks, isFlushing, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.core.task.TaskQueue
clear, getFlushStarted, getTasks, isFlushing, size
 

Constructor Detail

ErrorQueuedTaskQueue

public ErrorQueuedTaskQueue()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.