com.atlassian.confluence.event.queues
Class TaskQueueFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskQueueFactory
public TaskQueueFactory()
getQueue
public TaskQueue getQueue(String name)
throws Exception
- Throws:
Exception
setClusterManager
public void setClusterManager(ClusterManager clusterManager)