List of usage examples for java.lang Runnable interface-usage
From source file ruleprunermt2.SupportRemover.java
/** * * @author krzysztofzabinski */ public class SupportRemover implements Runnable {
From source file org.pepstock.jem.junit.test.springbatch.java.TrySecurityRunnable.java
/** * @author Andrea "Stock" Stocchero * @version 2.2 */ public class TrySecurityRunnable implements Runnable {
From source file com.hs.mail.container.server.socket.SocketConnection.java
/**
*
* @author Won Chul Doh
* @since May 3, 2010
*
*/
From source file jlp.aspectj.test.MainDBCPtest.java
public class MainDBCPtest implements Runnable { public static BasicDataSource bds = null; static { bds = new BasicDataSource(); bds.setDriverClassName((String) ("com.mysql.jdbc.Driver"));
From source file com.github.liyp.cassandra.readafterwrite.WriteOpt.java
public class WriteOpt implements Runnable { private final static Logger logger = LoggerFactory.getLogger(WriteOpt.class); public static volatile AtomicBoolean readyToWrite = new AtomicBoolean(true);
From source file org.commonjava.indy.ftest.core.fixture.InputTimer.java
public class InputTimer implements Runnable { private final ReluctantInputStream stream; private final long byteDelay; private long startTime; private long endTime;
From source file org.apache.stratos.adc.topology.mgt.subscriber.TopicHealthChecker.java
/** * This health checker runs forever, and is responsible for re-establishing a connection * between SC and CC. */ public class TopicHealthChecker implements Runnable {
From source file ui.ChromePreviewThread.java
/** * * @author Daniel */ public class ChromePreviewThread implements Runnable {
From source file SweepGame.java
class SweepGameCanvas extends GameCanvas implements Runnable { private boolean mTrucking; private int mTheta; private int mBorder; private int mDelay;
From source file no.polaric.aprsdb.DbMaintenance.java
/** * Database transaction. */ public class DbMaintenance implements Runnable {