com.atlassian.confluence.event.queues
Class TaskQueueFactory

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

public class TaskQueueFactory
extends Object

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


Constructor Summary
TaskQueueFactory(ClusterManager clusterManager)
           
 
Method Summary
 com.atlassian.core.task.TaskQueue getQueue(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskQueueFactory

public TaskQueueFactory(ClusterManager clusterManager)
Method Detail

getQueue

public com.atlassian.core.task.TaskQueue getQueue(String name)
                                           throws Exception
Throws:
Exception


Copyright © 2003-2011 Atlassian. All Rights Reserved.