com.atlassian.confluence.event.queues
Class TaskQueueWithErrorQueueFactory

java.lang.Object
  extended bycom.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()
           
 
Method Summary
 TaskQueueWithErrorQueue getQueue(String name)
           
 void setClusterManager(ClusterManager clusterManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskQueueWithErrorQueueFactory

public TaskQueueWithErrorQueueFactory()
Method Detail

getQueue

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

setClusterManager

public void setClusterManager(ClusterManager clusterManager)


Confluence is developed by Atlassian.