List of usage examples for java.lang Runnable interface-usage
From source file lpp.rabbitmq.original.QueueConsumer.java
/** * ?? * @author lipanpan * @time 2016224 */ public class QueueConsumer extends EndPoint implements Runnable, Consumer {
From source file pl.themolka.cmds.util.UpdaterThread.java
/** * * @author Aleksander */ public class UpdaterThread implements Runnable { private final UpdateFuture future;
From source file Main.java
class PrintTask implements Runnable { private int sleepTime; private String threadName; public PrintTask(String name) {
From source file MainMethodRunner.java
/**
* Utility class that used by {@link org.springframework.boot.loader.Launcher}s to call a main method. This class allows
* methods to be executed within a thread configured with a specific context class loader.
*
* @author Phillip Webb
*/
From source file vpp.Main.java
/** * The main entry point for the Velocity Preprocessor. */ public class Main implements Runnable { private final String[] args;
From source file org.xdi.oxd.server.SocketProcessor.java
/**
* Socket processor.
*
* @author Yuriy Zabrovarnyy
* @version 0.9, 27/07/2013
*/
From source file fr.aliasource.webmail.common.cache.AutoRefreshTask.java
/**
* Periodic task used to issue refreshAll calls on the CacheManager for a
* connected user.
*
* @author tom
*
From source file edu.harvard.i2b2.ontology.ws.ExecutorRunnable.java
/** * Implements thread runnable interface, to do Ontology * processing using thread. */ public class ExecutorRunnable implements Runnable { private static Log log = LogFactory.getLog(ExecutorRunnable.class);
From source file br.prof.salesfilho.oci.service.EuclidianClassifier.java
/**
*
* @author salesfilho
*/
@Getter
@Setter
From source file org.openmrs.scheduler.tasks.HelloWorldThread.java
/** * Implementation of the stateless task. */ public class HelloWorldThread implements Runnable { // Logger