List of usage examples for java.lang Runnable interface-usage
From source file com.alliander.osgp.webdevicesimulator.application.tasks.AutonomousDeviceRegister.java
@Component public class AutonomousDeviceRegister implements Runnable { private static final Logger LOGGER = LoggerFactory.getLogger(AutonomousDeviceRegister.class); @Autowired
From source file com.baofeng.game.sdk.net.BaseRequest.java
/**
*
* 1??
* 2?
* 3??
* 4?activity???activity
From source file org.wso2.carbon.bps.perf.rest.RestProcessExecutor.java
public class RestProcessExecutor implements Runnable { private static Logger log = Logger.getLogger(RestProcessExecutor.class); private String executorPrefix; private String processKey;
From source file com.changxiang.game.sdk.net.BaseRequest.java
/**
*
* 1??
* 2?
* 3??
* 4?activity???activity
From source file com.yobidrive.diskmap.buckets.BucketShuttleLauncher.java
/** * @author Franois Vaille * */ public class BucketShuttleLauncher implements Runnable {
From source file edu.harvard.i2b2.im.ws.ExecutorRunnable.java
/** * Implements thread runnable interface, to do Workplace * processing using thread. */ public class ExecutorRunnable implements Runnable { private static Log log = LogFactory.getLog(ExecutorRunnable.class);
From source file com.trigonic.utils.spring.cmdline.Grep.java
public class Grep implements Runnable { @Autowired(required = true) private ApplicationContext appContext; @Option(shortName = "f", longName = "file", description = "File containing patterns, one per line") private File patternFile;
From source file net.sf.jabref.gui.util.FocusRequester.java
public class FocusRequester implements Runnable { private static final Log LOGGER = LogFactory.getLog(FocusRequester.class); private final Component comp;
From source file org.openflamingo.bigdata.cep.esper.example.stockticker.SendEventRunnable.java
public class SendEventRunnable implements Runnable { private Object eventToSend; private EPServiceProvider epService; public SendEventRunnable(EPServiceProvider epService, Object eventToSend) { this.epService = epService;
From source file ruleprunermt2.CoverageRemover.java
/** * * @author krzysztofzabinski */ public class CoverageRemover implements Runnable { private static List<List<String>> inputList = new ArrayList<>();