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.nubits.nubot.tasks.SubmitLiquidityinfoTask.java

/**
 * Submit info via NuWalletRPC
 */
public class SubmitLiquidityinfoTask extends TimerTask {

    private static final Logger LOG = LoggerFactory.getLogger(SubmitLiquidityinfoTask.class.getName());

From source file org.kalypso.dwd.servlet.dwdfilecopy.DWDCopyTask.java

class DWDCopyTask extends TimerTask {
    private final File m_destFile;

    private final SimpleDateFormat m_dateFormat;

    private final boolean m_srcDel;

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

/**
 * Update status task.<br/>
 * <p>
 * </p>
 * 
 * @author

From source file org.deegree.services.wms.StyleRegistry.java

/**
 * <code>StyleRegistry</code>
 * 
 * @author <a href="mailto:schmitz@lat-lon.de">Andreas Schmitz</a>
 * @author last edited by: $Author$
 * 

From source file org.wattdepot.server.measurement.pruning.MeasurementPruner.java

/**
 * MeasurementGarbageCollector - Removes measurements from the WattDepot
 * repository that are at a higher frequency sampling rate than desired.
 * 
 * @author Cam Moore
 * 

From source file org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl.java

public class TaskManagerProfilerImpl extends TimerTask implements TaskManagerProfiler {

    private static final Log LOG = LogFactory.getLog(TaskManagerProfilerImpl.class);

    private final ProfilerImplProtocol jobManagerProfiler;

From source file org.sakaiproject.tool.assessment.ui.queue.delivery.SubmitTimedAssessmentThread.java

/**
 * <p>Title: Samigo</p>
 * <p>Description: Sakai Assessment Manager</p>
 * @version $Id$
 */

From source file eu.stratosphere.nephele.profiling.impl.TaskManagerProfilerImpl.java

public class TaskManagerProfilerImpl extends TimerTask implements TaskManagerProfiler {

    private static final Log LOG = LogFactory.getLog(TaskManagerProfilerImpl.class);

    private final ProfilerImplProtocol jobManagerProfiler;

From source file eu.finesce.emarketplace.core.Scilab2Orion.java

/**
 * @author LL .ENG
 * 
 */
public class Scilab2Orion extends TimerTask {
    private static final Log LOGGER = LogFactory.getLog(Scilab2Orion.class);

From source file eu.finesce.emarketplace.core.Cosmos2Scilab.java

public class Cosmos2Scilab extends TimerTask {

    private static final Log logger = LogFactory.getLog(Cosmos2Scilab.class);
    List<HistLoadDataList> loadDataList = null;
    Properties prop;
    TotConsProd consprod = new TotConsProd();