com.atlassian.confluence.jmx
Class TaskQueueWrapper
java.lang.Object
com.atlassian.confluence.jmx.TaskQueueWrapper
public class TaskQueueWrapper
- extends Object
Wraps AbstractErrorQueuedTaskQueue
to expose its more interesting statistics via JMX.
Constructor Summary |
TaskQueueWrapper(com.atlassian.core.task.AbstractErrorQueuedTaskQueue queue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskQueueWrapper
public TaskQueueWrapper(com.atlassian.core.task.AbstractErrorQueuedTaskQueue queue)
getRetryCount
public int getRetryCount()
getErrorQueueSize
public int getErrorQueueSize()
size
public int size()
isFlushing
public boolean isFlushing()
getFlushStarted
public Timestamp getFlushStarted()
getTasksSize
public int getTasksSize()