SampledStatistics (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.core Interface SampledStatistics

All Known Implementing Classes:
NullSampledStatisticsImpl, SampledStatisticsImpl

public interface SampledStatistics


Method Summary
 long getJobsCompletedMostRecentSample()
           
 long getJobsExecutingMostRecentSample()
           
 long getJobsScheduledMostRecentSample()
           
 void shutdown()
           
 

Method Detail

getJobsScheduledMostRecentSample

long getJobsScheduledMostRecentSample()

getJobsExecutingMostRecentSample

long getJobsExecutingMostRecentSample()

getJobsCompletedMostRecentSample

long getJobsCompletedMostRecentSample()

shutdown

void shutdown()


Copyright 2001-2011, Terracotta, Inc.