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.loy.WriteLogThread.java

/**
 * 
 * @author Loy Fu qq 540553957  http://www.17jee.com
 * @since 1.8
 * @version 3.0.0
 * 

From source file com.wudaosoft.net.httpclient.IdleConnectionMonitorThread.java

/**
 * @author changsoul.wu
 *
 */
public class IdleConnectionMonitorThread extends Thread {

From source file net.sourceforge.subsonic.io.InputStreamReaderThread.java

/**
 * Utility class which reads everything from an input stream and optionally logs it.
 *
 * @see TranscodeInputStream
 * @author Sindre Mehus
 */

From source file com.googlecode.lineblog.websocket.TokenThread.java

/**
 * 
 * @author lichangshu E-mail:lchshu001@gmail.com
 * @version 2011-9-30 ?03:30:17
 */
public class TokenThread extends Thread {

From source file org.eclipse.mylyn.internal.commons.repositories.http.core.IdleConnectionMonitorThread.java

/**
 * Closes idle connections periodically.
 * 
 * @author spingel
 */
public class IdleConnectionMonitorThread extends Thread {

From source file com.ibm.bi.dml.yarn.DMLAppMasterStatusReporter.java

public class DMLAppMasterStatusReporter extends Thread {

    public static long DEFAULT_REPORT_INTERVAL = 5000;
    private static final Log LOG = LogFactory.getLog(DMLAppMasterStatusReporter.class);

    private AMRMClient<ContainerRequest> _rmClient;

From source file com.heliosapm.opentsdb.server.MemoryReporter.java

/**
 * <p>Title: MemoryReporter</p>
 * <p>Description: Wakes up every <i>n</i> seconds and broadcasts the heap usage to all channels in the shared channel group</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>com.heliosapm.opentsdb.server.MemoryReporter</code></p>

From source file epn.edu.ec.bibliotecadigital.cliente.Client.java

/**
 *
 * @author santi
 */
public class Client extends Thread {

From source file coral.utils.WaitForFileThread.java

public class WaitForFileThread extends Thread {

    protected final Log logger = LogFactory.getLog(this.getClass());

    private Set<Integer> clients = new HashSet<Integer>();
    private ExpHandler handler = null;

From source file at.molindo.webtools.crawler.CrawlerThread.java

public final class CrawlerThread extends Thread {
    private final Crawler _crawler;
    private SAXParser _parser;
    private HttpClient _client;

    CrawlerThread(final Crawler crawler, final Runnable r) {