Example usage for java.lang Thread subclass-usage

List of usage examples for java.lang Thread subclass-usage

Introduction

In this page you can find the example usage for java.lang Thread subclass-usage.

Usage

From source file com.alibaba.zonda.logger.server.LogMonitor.java

/**
 * User: darwin
 * Date: 12-2-5
 * Time: 12:02 pm
 */
public class LogMonitor extends Thread {

From source file cz.cas.lib.proarc.common.process.OutputConsumer.java

/**
 * Reads the external process output in separate thread.
 *
 * @author Jan Pokorsky
 */
public class OutputConsumer extends Thread {

From source file com.cottsoft.thrift.framework.server.RunServer.java

/**
 * Description<br> 
 * Thrift ??
 * @author  Simon.Hoo(Info@cottsoft.com)
 * @date    20141213
 * @version v1.0.0

From source file com.android.volley.CacheDispatcher.java

/**
 * Provides a thread for performing cache triage on a queue of requests.
 *
 * Requests added to the specified cache queue are resolved from cache.
 * Any deliverable response is posted back to the caller via a
 * {@link ResponseDelivery}.  Cache misses and responses that require

From source file com.codefollower.lealone.omid.tso.ThroughputMonitor.java

/**
 * Class for Throughput Monitoring
 *
 */
public class ThroughputMonitor extends Thread {
    private static final Log LOG = LogFactory.getLog(ThroughputMonitor.class);

From source file husky.server.HuskyMaster.java

class HuskyMaster extends Thread {
    private static final Logger LOG = Logger.getLogger(HuskyMaster.class.getName());
    private HuskyApplicationMaster mAppMaster = null;

    HuskyMaster(HuskyApplicationMaster appMaster) {
        LOG.info("Husky master will start as a sub process in application master container");

From source file android.net.http.ConnectionThread.java

/**
 * {@hide}
 */
class ConnectionThread extends Thread {

    static final int WAIT_TIMEOUT = 5000;

From source file crawler.IdleConnectionMonitorThread.java

public class IdleConnectionMonitorThread extends Thread {

    private final PoolingHttpClientConnectionManager connMgr;
    private volatile boolean shutdown;

    public IdleConnectionMonitorThread(PoolingHttpClientConnectionManager connMgr) {

From source file org.mycard.net.network.ConnectionThread.java

/***
 * {@hide}
 */
class ConnectionThread extends Thread {

    static final int WAIT_TIMEOUT = 5000;

From source file com.thoughtworks.go.agent.bootstrapper.osx.MacBootstrapperThread.java

/**
 * worker thread for Mac only
 */
public class MacBootstrapperThread extends Thread {
    private static final Log LOG = LogFactory.getLog(MacBootstrapperThread.class);
    private final String server;