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 org.paxle.core.data.impl.DataPipe.java

/**
 * This pipe acts as {@link IDataConsumer data-consumer} and {@link IDataProvider data-provider}
 * and just copies data from a {@link IDataSource data-source} to a {@link IDataSink data-sink}
 */
public class DataPipe<Data> extends Thread implements IDataProvider<Data>, IDataConsumer<Data> {

From source file net.ymate.platform.serv.impl.DefaultReconnectService.java

/**
 * @author  (suninformation@163.com) on 15/11/19 ?3:06
 * @version 1.0
 */
public class DefaultReconnectService extends Thread implements IReconnectService {

From source file org.squidy.nodes.tracking.LaserVibration.java

/**
 * <code>LaserVibration</code>.
 * 
 * <pre>
 * Date: Jun 25, 2008
 * Time: 10:25:53 PM

From source file org.sonatype.nexus.proxy.repository.RepositoryStatusCheckerThread.java

public class RepositoryStatusCheckerThread extends Thread {
    private final Logger logger;

    private final ProxyRepository repository;

    private boolean running;

From source file org.blocks4j.reconf.client.check.ObserverThread.java

public class ObserverThread extends Thread {

    private static final MessagesBundle msg = MessagesBundle.getBundle(ObserverThread.class);
    private CopyOnWriteArrayList<ObservableThread> toWatch = new CopyOnWriteArrayList<ObservableThread>();

    public ObserverThread() {

From source file io.crate.frameworks.mesos.StreamRedirect.java

public class StreamRedirect extends Thread {

    InputStream inputStream;
    PrintStream printStream;

    StreamRedirect(InputStream is, PrintStream type) {

From source file org.apache.pulsar.io.hdfs.sink.HdfsSyncThread.java

/**
 * A thread that runs in the background and acknowledges Records
 * after they have been written to disk.
 *
 * @param <V>
 */

From source file org.apache.pulsar.io.hdfs2.sink.HdfsSyncThread.java

/**
 * A thread that runs in the background and acknowledges Records
 * after they have been written to disk.
 *
 * @param <V>
 */

From source file org.apache.pulsar.io.hdfs3.sink.HdfsSyncThread.java

/**
 * A thread that runs in the background and acknowledges Records
 * after they have been written to disk.
 *
 * @param <V>
 */

From source file com.l2jfree.gameserver.status.Status.java

public class Status extends Thread {
    private static final Log _log = LogFactory.getLog(Status.class);

    private final ServerSocket statusServerSocket;

    private final long _uptime;