com.atlassian.confluence.cluster
Class ClusteredTaskQueueWithErrorQueue

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

public class ClusteredTaskQueueWithErrorQueue
extends AbstractErrorQueuedTaskQueue

Created by IntelliJ IDEA. User: Tomd Date: 26/04/2006 Time: 12:03:20 To change this template use File | Settings | File Templates.


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
ClusteredTaskQueueWithErrorQueue(String name, ClusterManager clusterManager)
           
 
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(String name,
                                        ClusterManager clusterManager)


Confluence is developed by Atlassian.