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.
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 |
TaskQueueFactory
public TaskQueueFactory(ClusterManager clusterManager)
getQueue
public com.atlassian.core.task.TaskQueue getQueue(String name)
throws Exception
- Throws:
Exception
Copyright © 2003-2013 Atlassian. All Rights Reserved.