com.atlassian.confluence.event.queues
Class TaskQueueWithErrorQueueFactory

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

public class TaskQueueWithErrorQueueFactory
extends java.lang.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
 com.atlassian.core.task.TaskQueueWithErrorQueue getQueue(java.lang.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 com.atlassian.core.task.TaskQueueWithErrorQueue getQueue(java.lang.String name)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2010 Atlassian. All Rights Reserved.