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 net.ytbolg.mcxa.ImportOldMc.java

/**
 *
 * @author Ytong
 */
public class ImportOldMc implements Runnable {

From source file org.commonjava.util.partyline.fixture.TimedFileWriter.java

public final class TimedFileWriter implements Runnable {
    private final long delay;

    private final JoinableFile stream;

    private final CountDownLatch latch;

From source file pandora.vertx.VertxTcpServer.java

public class VertxTcpServer extends Verticle implements Runnable {
    private static Logger log = LoggerFactory.getLogger(VertxTcpServer.class);

    private static final long THREAD_MAIN_SLEEP_MSEC = 1000L;

    private int port;

From source file ru.jts.common.network.ClientPacket.java

/**
 * @author: Camelion
 * @date: 01.11.13/23:18
 */
public abstract class ClientPacket<T extends IClient> implements Runnable {

From source file info.zamojski.soft.towercollector.broadcast.ExternalBroadcastSender.java

public class ExternalBroadcastSender implements Runnable {

    private static final String TAG = ExternalBroadcastSender.class.getSimpleName();

    private final String measurementsCollectedAction = "info.zamojski.soft.towercollector.MEASUREMENTS_COLLECTED";
    private final String measurementsExtraKey = "measurements";

From source file nl.surfsara.newsreader.pipeline.util.PipeThread.java

/**
 * Runnable class that copies (pipes) an Inputstream to an Outputstream. Used
 * for streaming subprocess Input- and Outputstreams in a separate thread
 * (preventing deadlocks).
 * 
 * @author mathijs.kattenberg@surfsara.nl

From source file org.springside.demo.schedule.JdkTimerJob.java

/**
 * JDKScheduledThreadPoolExecutor
 * SpringTask NameSpace?, ????.
 * 
 * @author calvin
 */

From source file org.libreoffice.ci.gerrit.buildbot.model.BuildbotPlatformJob.java

public class BuildbotPlatformJob implements Runnable {
    Ticket ticket;
    boolean abort;
    AtomicBoolean started;
    AtomicBoolean ready;
    GerritJob parent;

From source file com.amazonaws.services.iot.demo.danbo.rpi.Servo.java

/**
 * This class implements the execution of a servo command. It actually only
 * encapsulates calls to the servoblaster driver.
 * 
 * @author Fabio Silva (silfabio@amazon.com)
 */

From source file org.globus.ftp.dc.TaskThread.java

public class TaskThread implements Runnable {

    static final int MAX_TASK_QUEUE = 100;

    protected static Log logger = LogFactory.getLog(TaskThread.class.getName());