List of usage examples for java.lang Thread subclass-usage
From source file com.splout.db.common.HeartBeater.java
/** * A Heart Beater mostly inspired by the one in SolrOutputFormat PATCH */ public class HeartBeater extends Thread { public static Log LOG = LogFactory.getLog(HeartBeater.class);
From source file org.broadleafcommerce.email.DemoSMTP.java
public class DemoSMTP extends Thread { private static final Log LOG = LogFactory.getLog(DemoSMTP.class); private GreenMail greenMail; private Integer currentCount = 0;
From source file com.collaide.fileuploader.requests.repository.SendFileThread.java
/** * * @author leo */ public class SendFileThread extends Thread {
From source file DateServer.java
class Handler extends Thread { private ServerSocket ss; Handler(ServerSocket ss) { this.ss = ss; }
From source file fm.last.syscommand.AsyncStreamReader.java
/** * A Thread implementation that reads asynchronously from an InputStream. Callers *must* call setRunning(false) when * they are done with this, otherwise it will continue to try reading from the stream indefinitely. */ public class AsyncStreamReader extends Thread {
From source file org.wso2.appserver.integration.tests.webapp.concurrency.WebAppWorker.java
public class WebAppWorker extends Thread { private final Log log = LogFactory.getLog(WebAppWorker.class); private String session; private String backendURL; private String filePath;
From source file org.openhab.binding.echonetlite.internal.ECHONETLiteConnectingThread.java
/** * This thread sends command to ECHONETLite devices and checks whether the reply sent by the device * is a error message or not * */ public class ECHONETLiteConnectingThread extends Thread {
From source file com.doubleview.fastcrawler.fetcher.IdleConnectionMonitorThread.java
/** * * @author doubleview */ public class IdleConnectionMonitorThread extends Thread {
From source file httpscheduler.GenericRequestListenerThread.java
/** * * @author thomas */ class GenericRequestListenerThread extends Thread {
From source file diplomawork.model.ViewForDiagram.java
/** * * @author Volodymyr */ public class ViewForDiagram extends Thread { private TimeSeries timeSeries;