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.jfrog.bamboo.bintray.PushToBintrayRunnable.java

/**
 * Push to Bintray Runnable to pass in to a Thread that will preform this task on Bamboo
 *
 * @author Aviad Shikloshi
 */
public class PushToBintrayRunnable implements Runnable {

From source file org.rifidi.emulator.io.comm.ip.tcpclient.TCPClientCommunicationOutgoingMessageHandler.java

/**
 * Monitors the current send buffer for incoming data. As long as the connection
 * is alive, the data will be taken from the send buffer and sent out to the
 * server. Additionally, if a null piece of data is ever retreived from the send
 * buffer, this will terminate.
 * 

From source file com.ppcxy.cyfm.showcase.demos.schedule.JdkTimerJob.java

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

From source file edu.vt.middleware.ldap.search.SearchThread.java

/**
 * <code>SearchThread</code> performs an Ldap query.
 *
 * @author  Middleware Services
 * @version  $Revision$ $Date$
 */

From source file playmidi.task.MidiPlayTask.java

/**
 * ??????????
 *
 * @author normal
 */
public final class MidiPlayTask implements Runnable, AutoCloseable {

From source file org.accelio.jxio.tests.benchmarks.StatTest.java

public class StatTest implements Runnable {

    static final int NUM_ITER = 100;
    int num_sessions;
    int port;
    String hostname;

From source file org.rifidi.emulator.io.comm.ip.tcpserver.TCPServerCommunicationOutgoingMessageHandler.java

/**
 * Monitors the current send buffer for incoming data. As long as the client
 * connection is alive, the data will be taken from the send buffer and sent out
 * to the client. Additionally, if a null piece of data is ever retreived from
 * the send buffer, this will terminate.
 * 

From source file org.whitesource.docker.ExtractProgressIndicator.java

/**
 * Displays progress of file extraction.
 *
 * @author tom.shapira
 */
public class ExtractProgressIndicator implements Runnable {

From source file ru.caffeineim.protocols.icq.core.OscarPingHandler.java

/**
 * <p>Created by 22.06.2008
 *   @author Samolisov Pavel
 */
// TODO   ,   . ICQ ?  
public class OscarPingHandler implements Runnable {

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

/**
 * JDKScheduledThreadPoolExecutor
 * SpringTask NameSpace?, ????.
 * 
 *
 */