org.quartz.core
Class NullSampledStatisticsImpl

java.lang.Object
  extended by org.quartz.core.NullSampledStatisticsImpl
All Implemented Interfaces:
SampledStatistics

public class NullSampledStatisticsImpl
extends java.lang.Object
implements SampledStatistics


Constructor Summary
NullSampledStatisticsImpl()
           
 
Method Summary
 long getJobsCompletedMostRecentSample()
           
 long getJobsExecutingMostRecentSample()
           
 long getJobsScheduledMostRecentSample()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSampledStatisticsImpl

public NullSampledStatisticsImpl()
Method Detail

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-2019, Terracotta, Inc.