com.atlassian.confluence.event.queues
Class TaskQueueWithErrorQueueFactory

java.lang.Object
  extended by com.atlassian.confluence.event.queues.TaskQueueWithErrorQueueFactory

public class TaskQueueWithErrorQueueFactory
extends Object

A simple factory bean to return a correct queue implementation depending on whether we're clustered or not.


Constructor Summary
TaskQueueWithErrorQueueFactory(ClusterManager clusterManager)
           
 
Method Summary
 TaskQueueWithErrorQueue getQueue(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskQueueWithErrorQueueFactory

public TaskQueueWithErrorQueueFactory(ClusterManager clusterManager)
Method Detail

getQueue

public TaskQueueWithErrorQueue getQueue(String name)
                                 throws Exception
Throws:
Exception


Confluence is developed by Atlassian.