Example usage for java.lang Runnable interface-usage

List of usage examples for java.lang Runnable interface-usage

Introduction

In this page you can find the example usage for java.lang Runnable interface-usage.

Usage

From source file org.mule.module.launcher.AbstractFileWatcher.java

public abstract class AbstractFileWatcher implements Runnable {

    protected Log logger = LogFactory.getLog(getClass());

    private Collection<File> files;
    private Map<File, Long> timestamps = new HashMap<File, Long>();

From source file org.eclipse.dirigible.repository.ext.command.Piper.java

public class Piper implements java.lang.Runnable {

    private static final String BROKEN_PIPE = "Broken pipe";

    private static final long MAX_COMMAND_OUTPUT_LENGTH = 2097152;

From source file org.eclipse.ecr.core.convert.cache.GCTask.java

/**
 * Task for GC dedicated Thread.
 *
 * @author tiry
 */
public class GCTask implements Runnable {

From source file com.pokerweb.Game.GameChangesAsync.java

/**
 *
 * @author Vadim
 */
public class GameChangesAsync implements Runnable {

From source file com.taobao.diamond.server.service.task.LoadGroupInfoTask.java

/**
 * 
 * 
 * @author boyan
 * @date 2010-5-10
 */

From source file Client.Connection.java

/**
 *
 * @author admin
 */
public class Connection implements Runnable {
    public Socket s;

From source file nl.pinniq.web.service.ProcessRunnable.java

public interface ProcessRunnable extends Runnable, Serializable {

    String getProcessId();

    public Integer getState();

From source file de.mylifesucks.oss.ncsimulator.protocol.TcpComm.java

/**
 *
 * @author fblumenberg
 */
public class TcpComm extends CommunicationBase implements Runnable {

From source file gaderian.test.services.impl.LoudRunner.java

public class LoudRunner implements Runnable {
    private Log _log;

    public void run() {
        _log.info("Instantiated.");
    }

From source file erainformatica.tbjhelper.helpers.TelegramBotReceiver.java

/**
 *
 * @author robertodedomenico
 */
public abstract class TelegramBotReceiver implements Runnable, BotUpdatesCallbackProtocol {
    private Integer offset;