org.quartz.core
Class NullSampledStatisticsImpl
java.lang.Object
org.quartz.core.NullSampledStatisticsImpl
- All Implemented Interfaces:
- SampledStatistics
public class NullSampledStatisticsImpl
- extends Object
- implements SampledStatistics
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSampledStatisticsImpl
public NullSampledStatisticsImpl()
getJobsCompletedMostRecentSample
public long getJobsCompletedMostRecentSample()
- Specified by:
getJobsCompletedMostRecentSample
in interface SampledStatistics
getJobsExecutingMostRecentSample
public long getJobsExecutingMostRecentSample()
- Specified by:
getJobsExecutingMostRecentSample
in interface SampledStatistics
getJobsScheduledMostRecentSample
public long getJobsScheduledMostRecentSample()
- Specified by:
getJobsScheduledMostRecentSample
in interface SampledStatistics
shutdown
public void shutdown()
- Specified by:
shutdown
in interface SampledStatistics
Copyright 2001-2015, Terracotta, Inc.