List of usage examples for java.lang Thread subclass-usage
From source file uk.co.modularaudio.util.pooling.common.PoolExpiryThread.java
/**
* <P>Seperate Runnable object that wakes every so often to check for expired resources.</P>
* <P>Each resource that is currently busy in the pool is passed to the chain of expiry Arbiters to determine if the resource has expired.</P>
* <P>An Arbiter returning the value of FAIL from arbitrateResource indicates that the resource has expired.</P>
* @author dan
* @version 1.0
From source file com.twosigma.beaker.kdb.KdbProcess.java
/** * Wraps a kdb process. */ public final class KdbProcess extends Thread { // Environment variable names. private static final String QHOME = "QHOME";
From source file org.fruit.blueberry.util.TimerTask.java
/**
* Commons here.
* TimerTask of fruit-blueberry.
* Created on 2014/12/20 21:28.
*
* @author Afee Lee
From source file net.ymate.platform.serv.impl.DefaultHeartbeatService.java
/** * @author (suninformation@163.com) on 15/11/19 ?3:07 * @version 1.0 */ public class DefaultHeartbeatService extends Thread implements IHeartbeatService {
From source file nl.toolforge.core.util.listener.ListenerManager.java
/**
* Simple implementation of a file listener. Kicks some object implementing the <code>ChangeListener</code> to do
* something every x seconds.
*
* @author D.A. Smedes
* @version $Id$
From source file org.apache.hive.service.server.ThreadWithGarbageCleanup.java
/** * A HiveServer2 thread used to construct new server threads. * In particular, this thread ensures an orderly cleanup, * when killed by its corresponding ExecutorService. */ public class ThreadWithGarbageCleanup extends Thread {
From source file DeadLockDetector.java
/** * @author -Nemesiss- */ public class DeadLockDetector extends Thread { /** What should we do on DeadLock */ public static final byte NOTHING = 0;
From source file org.apache.hadoop.chukwa.inputtools.mdl.ErStreamHandler.java
public class ErStreamHandler extends Thread { InputStream inpStr; String command; boolean record; private static Log log = LogFactory.getLog(ErStreamHandler.class);
From source file org.squidy.nodes.laserpointer.LaserVibration.java
/**
* <code>LaserVibration</code>.
*
* <pre>
* Date: Jun 25, 2008
* Time: 10:25:53 PM
From source file org.inspira.polivoto.threading.LittleServant.java
/** * * @author jcapiz */ public class LittleServant extends Thread {