Class AllJobStatisticsMBean
- java.lang.Object
-
- javax.management.StandardMBean
-
- org.apache.sling.event.impl.jobs.jmx.AbstractJobStatistics
-
- org.apache.sling.event.impl.jobs.jmx.AllJobStatisticsMBean
-
- All Implemented Interfaces:
DynamicMBean
,MBeanRegistration
,org.apache.sling.event.jobs.jmx.StatisticsMBean
,org.apache.sling.event.jobs.Statistics
public class AllJobStatisticsMBean extends AbstractJobStatistics
-
-
Constructor Summary
Constructors Constructor Description AllJobStatisticsMBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
protected org.apache.sling.event.jobs.Statistics
getStatistics()
-
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
-
-
-
-
Method Detail
-
getStatistics
protected org.apache.sling.event.jobs.Statistics getStatistics()
- Specified by:
getStatistics
in classAbstractJobStatistics
- Returns:
- the aggregate stats from the job manager.
-
getName
public String getName()
-
-