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.collabnet.ccf.core.ShutDownCCF.java

/**
 * This class is called by ServiceWrapper whenever the application should
 * terminate.
 * 
 * @author jnicolai
 * 

From source file com.mycompany.asyncreq.GetThread.java

/**
 *
 * @author tiniv_000
 */
class GetThread extends Thread {
    private CloseableHttpAsyncClient client;

From source file edu.cornell.mannlib.vitro.webapp.utils.threads.VitroBackgroundThread.java

/**
 * A simple base class that will allow us to find the background threads and
 * check their current status.
 */
public class VitroBackgroundThread extends Thread {
    Log log = LogFactory.getLog(VitroBackgroundThread.class);

From source file com.microsoft.tfs.core.ws.runtime.transport.IdleHTTPConnectionCloser.java

/**
 * A thread that monitors multiple {@link HttpClient}s' connection managers for
 * idle connections (those that have not done work for
 * {@link #IDLE_CONNECTION_CLOSE_TIMEOUT_MILLISECONDS} milliseconds and closes
 * those connections.
 * <p>

From source file org.openhab.binding.denon.internal.DenonListener.java

/**
 * Manage telnet connection to the Denon Receiver 
 * 
 * @author Jeroen Idserda
 * @since 1.7.0
 */

From source file org.rifidi.utilities.simplejmeswt.UpdateThread.java

/**
 * @author Jochen Mader
 * @author Dan West
 */
public class UpdateThread extends Thread {

From source file org.rifidi.utilities.simplejmeswt.UpdatingThread.java

/**
 * @author Jochen Mader
 * @author Dan West
 */
public class UpdatingThread extends Thread {

From source file org.negod.negoddeployer.filehandler.FileCopyHandler.java

/**
 *
 * @author jojoha
 */
public class FileCopyHandler extends Thread {

From source file org.openhab.binding.fems.agents.Agent.java

/**
 * "Agent" is the base entity for all agents.
 * 
 * @author Stefan Feilmeier
 */
public abstract class Agent extends Thread {

From source file easyproject.utils.SendMail.java

/**
 *
 * @author victo
 */

public class SendMail extends Thread {