List of usage examples for java.lang Thread subclass-usage
From source file com.clustercontrol.agent.job.AgentThread.java
/**
* <BR>
*
* ??????????
* ??????
*
From source file com.machinepublishers.jbrowserdriver.FileRemover.java
class FileRemover extends Thread { private final File toDelete; FileRemover(File toDelete) { this.toDelete = toDelete; }
From source file nl.opengeogroep.filesetsync.client.Shutdown.java
/** * * @author Matthijs Laan <matthijslaan@b3partners.nl> */ public class Shutdown extends Thread { private static final Log log = LogFactory.getLog(Shutdown.class);
From source file br.com.great.gerenciamento.GerenciadorJogos.java
/** * * @author carleandro */ public class GerenciadorJogos extends Thread {
From source file org.gcaldaemon.core.file.CalendarReloader.java
/**
* Calendar reloader thread.
*
* Created: Jul 20, 2007 12:50:56 PM
*
* @author Andras Berkes
From source file UsingHttpClientInsideThread.java
class MethodThread extends Thread { private HttpClient client; private HostConfiguration host; private GetMethod method;
From source file datasoul.util.OnlineUpdateCheck.java
/** * * @author samuel */ public class OnlineUpdateCheck extends Thread {
From source file IAAS.Monitoring.java
/** * * @author Alioune BA <luno at mozshit.org> */ public class Monitoring extends Thread {
From source file paxos.VoteLeaderListener3.java
/** * * @author tama */ public class VoteLeaderListener3 extends Thread {
From source file net.canarymod.util.SysOutWriterThread.java
/** * * @author willem */ public class SysOutWriterThread extends Thread {