List of usage examples for java.lang Runtime interface-usage
From source file org.wso2.carbon.kernel.runtime.CustomRuntime.java
/** * CustomRuntime class for used in test cases. * * @since 5.0.0 */ public class CustomRuntime implements Runtime {
From source file org.springframework.extensions.webscripts.AbstractRuntime.java
/**
* Encapsulates the execution of a single Web Script.
*
* Sub-classes of WebScriptRuntime maintain the execution environment e.g. servlet
* request & response.
*
From source file org.apache.pulsar.functions.runtime.ProcessRuntime.java
/** * A function container implemented using java thread. */ @Slf4j class ProcessRuntime implements Runtime {