Class QueueMBeanImpl
java.lang.Object
javax.management.StandardMBean
org.apache.sling.event.impl.jobs.jmx.AbstractJobStatistics
org.apache.sling.event.impl.jobs.jmx.QueueMBeanImpl
- All Implemented Interfaces:
DynamicMBean
,MBeanRegistration
,org.apache.sling.event.jobs.jmx.StatisticsMBean
,org.apache.sling.event.jobs.Statistics
An MBean that provides statistics from
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.sling.event.impl.jobs.jmx.AbstractJobStatistics
getAverageProcessingTime, getAverageWaitingTime, getLastActivatedJobDate, getLastActivatedJobTime, getLastFinishedJobDate, getLastFinishedJobTime, getNumberOfActiveJobs, getNumberOfCancelledJobs, getNumberOfFailedJobs, getNumberOfFinishedJobs, getNumberOfJobs, getNumberOfProcessedJobs, getNumberOfQueuedJobs, getStartDate, getStartTime, reset
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
QueueMBeanImpl
public QueueMBeanImpl(org.apache.sling.event.jobs.Queue queue)
-
-
Method Details
-
getStatistics
protected org.apache.sling.event.jobs.Statistics getStatistics()- Specified by:
getStatistics
in classAbstractJobStatistics
-
getName
-