List of usage examples for java.util TimerTask subclass-usage
From source file org.wattdepot.client.http.api.performance.GetDateValueThroughput.java
/**
* GetDateValueThroughput - Attempts to determine the maximum rate of getting
* the value at a date for a Sensor in a WattDepot installation.
*
* @author Cam Moore
*
From source file org.wattdepot.client.http.api.performance.GetLatestValueThroughput.java
/**
* GetLatestValueThroughput - Attempts to determine the maximum rate of getting
* the Latest value for a Sensor in a WattDepot installation.
*
* @author Cam Moore
*
From source file org.wattdepot.client.http.api.performance.GetEarliestValueThroughput.java
/**
* GetEarliestValueThroughput - Attempts to determine the maximum rate of
* getting the Earliest value for a Sensor in a WattDepot installation.
*
* @author Cam Moore
*
From source file org.wattdepot.client.http.api.performance.GetIntervalValueThroughput.java
/**
* GetIntervalValueThroughput - Attempts to determine the maximum rate of
* getting the value for an interval for a Sensor in a WattDepot installation.
*
* @author Cam Moore
*
From source file com.boozallen.cognition.kom.KafakOffsetMonitor.java
/** * @author bentse */ public class KafakOffsetMonitor extends TimerTask { private static Options options = new Options();
From source file UtilTimerDemo.java
/** * * @author Chet */ public class UtilTimerDemo extends TimerTask {
From source file org.opennaas.extensions.genericnetwork.capability.nclprovisioner.components.NetworkStatisticsPoller.java
/** * * @author Adrin Rosell Rey (i2CAT) * */ public class NetworkStatisticsPoller extends TimerTask {
From source file be.fgov.kszbcss.rhq.websphere.component.server.log.xm4was.LogEventDispatcher.java
class LogEventDispatcher extends TimerTask { public static final String EVENT_TYPE = "LogEvent"; private static final Log log = LogFactory.getLog(LogEventDispatcher.class); private final WebSphereServer server;
From source file com.enigmabridge.log.distributor.forwarder.splunk.HttpEventCollectorSender.java
/** * This is an internal helper class that sends logging events to Splunk http event collector. */ final class HttpEventCollectorSender extends TimerTask implements HttpEventCollectorMiddleware.IHttpSender { public static final String MetadataTimeTag = "time"; public static final String MetadataIndexTag = "index";
From source file com.gnizr.core.robot.rss.CrawlRssFeed.java
public class CrawlRssFeed extends TimerTask { private static final Logger logger = Logger.getLogger(CrawlRssFeed.class); private FeedSubscriptionManager feedSubscriptionManager; private BookmarkManager bookmarkManager;