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 com.mysoft.b2b.solr.db.ScoreReader.java

/**
 * ganq: Change to the actual description of this class
 * 
 * @version Revision History
 * 
 *          <pre>

From source file org.exist.netedit.Listener.java

/**
 * @author Evgeny Gazdovsky (gazdovsky@gmail.com)
 */
public class Listener extends TimerTask {

    private long lastModified; // time of last file change

From source file com.adito.tasks.shutdown.ShutdownTimerTask.java

/**
 */
public class ShutdownTimerTask extends TimerTask {
    /**
     */
    public static String NAME = "shutdown.task";

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

/**
 * Created by IntelliJ IDEA.
 * User: mhsieh
 * Date: 3/7/11
 * Time: 12:31 PM
 * To change this template use File | Settings | File Templates.

From source file org.openo.gso.job.DeleteOperationJob.java

/**
 * Delete history operation task.<br/>
 * <p>
 * </p>
 * 
 * @author

From source file com.sslexplorer.tasks.shutdown.ShutdownTimerTask.java

/**
 */
public class ShutdownTimerTask extends TimerTask {
    /**
     */
    public static String NAME = "shutdown.task";

From source file org.apache.synapse.transport.dynamicconfigurations.FileUpdateNotificationHandler.java

/**
 * Periodically checks on configuration file updates and notify respective listeners
 */
public class FileUpdateNotificationHandler extends TimerTask {

    private static final Log log = LogFactory.getLog(FileUpdateNotificationHandler.class);

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

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

From source file de.minestar.sixteenblocks.Threads.JSONThread.java

public class JSONThread extends TimerTask {

    private File JSONFile = new File(Settings.getJSONPath());
    private AreaManager aManager;

    public JSONThread(AreaManager aManager) {

From source file com.googlecode.t7mp.scanner.ModifiedFileTimerTask.java

public final class ModifiedFileTimerTask extends TimerTask {

    private static final String DEF_STATIC = FilenameUtils.separatorsToSystem("src/main/webapp/");
    private static final String DEF_CLASSES = FilenameUtils.separatorsToSystem("target/classes/");
    private long lastrun = System.currentTimeMillis();
    private final File rootDirectory;