com.atlassian.confluence.cluster
Class ClusteredTaskQueueWithErrorQueue

java.lang.Object
  extended by com.atlassian.core.task.AbstractTaskQueue
      extended by com.atlassian.core.task.AbstractErrorQueuedTaskQueue
          extended by com.atlassian.confluence.cluster.ClusteredTaskQueueWithErrorQueue
All Implemented Interfaces:
com.atlassian.core.task.TaskQueue, com.atlassian.core.task.TaskQueueWithErrorQueue

public class ClusteredTaskQueueWithErrorQueue
extends com.atlassian.core.task.AbstractErrorQueuedTaskQueue


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
Field Summary
 
Fields inherited from class com.atlassian.core.task.AbstractTaskQueue
buffer
 
Constructor Summary
ClusteredTaskQueueWithErrorQueue(java.lang.String name, ClusterManager clusterManager)
           
 
Method Summary
 
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

ClusteredTaskQueueWithErrorQueue

public ClusteredTaskQueueWithErrorQueue(java.lang.String name,
                                        ClusterManager clusterManager)


Copyright © 2003-2014 Atlassian. All Rights Reserved.