List of usage examples for java.lang Process subclass-usage
From source file com.netflix.imfutility.util.conversion.executor.FakeProcess.java
/** * A fake process used in tests. * It logs when it's started and finished. */ public class FakeProcess extends Process {
From source file org.apache.htrace.util.HTracedProcess.java
/**
* To get instance of HTraced up and running, create an instance of this class.
* Upon successful construction, htraced is running using <code>dataDir</code> as directory to
* host data (leveldbs and logs).
* TODO: We expect to find the htraced in a very particular place. Fragile. Will break if stuff
* moves.
From source file org.apache.htrace.impl.HTracedProcess.java
/** * To get instance of HTraced up and running, create an instance of this class. * Upon successful construction, htraced is running using <code>dataDir</code> as directory to * host data (leveldbs and logs). */ class HTracedProcess extends Process {
From source file net.sourceforge.atunes.kernel.modules.process.AudioFileTransferProcess.java
public abstract class AudioFileTransferProcess extends Process { /** * The files to be transferred. */ protected Collection<AudioFile> filesToTransfer;
From source file org.arrow.model.process.SubProcess.java
/**
* BPMN 2.0 sub process implementation.
*
* @author christian.weber
* @since 1.0.0
*/