Example usage for java.util TimerTask subclass-usage

List of usage examples for java.util TimerTask subclass-usage

Introduction

In this page you can find the example usage for java.util TimerTask subclass-usage.

Usage

From source file org.b3log.latke.cron.Cron.java

/**
 * A cron job is a scheduled task, it will invoke {@link #url a URL} via an HTTP GET request, at a given time of day.
 * 
 * @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>
 * @version 1.0.0.0, Apr 5, 2012
 */

From source file org.jwebsocket.rrpc.TimeoutCallbackTask.java

/**
 *
 * @author kyberneees
 */
public class TimeoutCallbackTask extends TimerTask {

From source file org.overlord.sramp.governance.SRAMPMonitor.java

/**
 * Singleton. The SRAMPMonitor queries the S-RAMP repository using
 * XPath2 like queries to find interesting changes in the repository.
 */
public class SRAMPMonitor extends TimerTask {

From source file co.mafiagame.engine.util.PurgeTimer.java

/**
 * @author Esa Hekmatizadeh
 */
@Component
public class PurgeTimer extends TimerTask {
    @Autowired

From source file com.googlecode.ehcache.annotations.impl.ExpiredElementEvictor.java

/**
 * {@link TimerTask} implementation that depends on a {@link CacheManager}
 * reference.
 * When {@link #run()} is invoked, {@link Ehcache#evictExpiredElements()}
 * is invoked on each cache identified by the cacheNames field.
 * 

From source file voldemort.store.cachestore.impl.BackupThread.java

/**
 * Created by IntelliJ IDEA.
 * User: mhsieh
 * Date: 3/3/11
 * Time: 11:50 AM
 * To change this template use File | Settings | File Templates.

From source file org.easyrec.utils.io.autoimport.AutoImportTimerTask.java

/**
 * This class periodically scans a given directory for .CSV files and dispatches the content via a specific header line.
 * <p/>
 * The file is then sent to a specific { @link at.researchstudio.sat.utils.io.autoimport.AutoImportCommand } implementation
 * for further processing of an automatic import.
 * <p/>

From source file me.neatmonster.spacertk.scheduler.Job.java

/**
 * Holds information about a task to be preformed
 */
public class Job extends TimerTask {
    public final Object[] actionArguments;
    public final String actionName;

From source file com.jigarmjoshi.service.task.UploaderTask.java

/**
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements. See the NOTICE file distributed with this
 * work for additional information regarding copyright ownership. The ASF
 * licenses this file to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance with the License.

From source file org.nema.medical.mint.server.processor.StudyCreateProcessor.java

public class StudyCreateProcessor extends TimerTask {

    static final Logger LOG = Logger.getLogger(StudyCreateProcessor.class);

    private final File jobFolder;
    private final File studyFolder;