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.openmrs.module.reportingsummary.api.io.util.StreamHandler.java

/**
 * Class to handle the stream output of executing a command in the shell or command line.
 */
public class StreamHandler implements Runnable {

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

From source file org.openo.nfvo.emsdriver.commons.utils.DriverThread.java

public abstract class DriverThread implements Runnable {
    protected Log log = LogFactory.getLog(this.getClass());
    private String name = null;
    private Thread t = null;
    private boolean run = false;
    private boolean end = false;

From source file gaderian.test.services.AutowireTarget.java

/**
 * Usesd by the {@link gaderian.test.services.TestAssemblyInstruction} suite.
 * 
 * @author Howard Lewis Ship
 * @since 1.0
 */

From source file org.compass.core.executor.commonj.WorkSubmitterRunnable.java

/**
 * @author kimchy
 */
public class WorkSubmitterRunnable implements Runnable {

    private static final Log logger = LogFactory.getLog(WorkSubmitterRunnable.class);

From source file com.xyxy.platform.examples.showcase.demos.schedule.SpringCronJob.java

/**
 * SpringThreadPoolTaskSchedulerCron?.
 * SpringTask NameSpace??, ????.
 * 
 *
 */

From source file cn.austin.crawle.Crawler.java

/**
 *
 * @author Berton
 */
public class Crawler implements Runnable {

From source file portforward.Listener.java

/**
 * 
 * @author Kenneth Xu
 *
 */
class Listener implements Runnable {

From source file io.jmnarloch.spring.boot.rxjava.async.DeferredResultSubscriber.java

/**
 * A subscriber that sets the single value produced by the {@link Observable} on the {@link DeferredResult}.
 *
 * @author Jakub Narloch
 * @author Robert Danci
 * @see DeferredResult

From source file com.addthis.hydra.data.tree.concurrent.ConcurrentTreeDeletionTask.java

/**
 * Delete from the backing storage all nodes that have been moved to be
 * children of the trash node where they are waiting deletion. Also delete
 * all subtrees of these nodes. After deleting each subtree then test
 * the provided {@link ConcurrentTreeDeletionTask#terminationCondition}.
 * If it returns true then stop deletion.

From source file portforward.Cleaner.java

/**
 * 
 * @author Kenneth Xu
 *
 */
public class Cleaner implements Runnable {