List of usage examples for java.util TimerTask subclass-usage
From source file org.kmallan.azureus.rssfeed.Scheduler.java
public class Scheduler extends TimerTask { private View view = null; public void setView(View view) { this.view = view;
From source file org.apache.juddi.replication.ReplicationNotifier.java
/**
* Handles when local records have been changed, change journal storage and
* notifications to all remote replication nodes that something has been
* altered.
*
* @author <a href="mailto:alexoree@apache.org">Alex O'Ree</a>
From source file com.flipzu.PostProcThread.java
/**
* post processing tasks thread
* (upload to Amazon S3, SoundCloud, etc)
* @author Dario Rapisardi <dario@rapisardi.org>
*
*/
From source file com.nubits.nubot.tasks.strategy.PriceMonitorTriggerTask.java
/** * * @author desrever <desrever at nubits.com> * */ public class PriceMonitorTriggerTask extends TimerTask {
From source file org.apache.juddi.subscription.SubscriptionNotifier.java
/** * * @author <a href="mailto:kstam@apache.org">Kurt T Stam</a> * */ public class SubscriptionNotifier extends TimerTask {
From source file org.xwiki.contrib.repository.pypi.internal.searching.PypiPackageListIndexUpdateTask.java
/** * @version $Id: 81a55f3a16b33bcf2696d0cac493b25c946b6ee4 $ * @since 1.0 */ public class PypiPackageListIndexUpdateTask extends TimerTask { private final HttpClientContext localContext;
From source file URLMonitorPanel.java
class URLPingTask extends TimerTask { public interface URLUpdate { public void isAlive(boolean b); }
From source file com.nubits.nubot.tasks.PriceMonitorTriggerTask.java
/** * A task for monitoring prices and triggering actions */ public class PriceMonitorTriggerTask extends TimerTask { private static final int REFRESH_OFFSET = 1000; //this is how close to the refresh interval is considered a fail (millisecond)
From source file org.deegree.ogcwebservices.csw.manager.AbstractHarvester.java
/**
* Abstract super class of all CS-W harvesters. For each kind of source a specialized harvester shall be implemented. A
* concrete implementation of AbstractHarvester will be called within a timer loop.
*
*
* @version $Revision$
From source file com.bzcentre.dapiPush.DapiReceiver.java
public class DapiReceiver extends TimerTask implements NginxJavaRingHandler, Listener { private final ApnsProxy apnsProxy = ApnsProxy.prepareClient(); private FcmProxy fcmProxy; public static final int SERVER_SENT_EVENTS = POST_EVENT_TYPE_COMPLEX_EVENT_IDX_START + 1; public static final String DISCONNECT = "shutdown!"; public static final String DISCONNECT_QUIET = "shutdownQuiet!";