Uses of Interface
de.iip_ecosphere.platform.services.environment.AbstractProcessService.RunnableWithStop
Packages that use AbstractProcessService.RunnableWithStop
-
Uses of AbstractProcessService.RunnableWithStop in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment with type parameters of type AbstractProcessService.RunnableWithStopMethods in de.iip_ecosphere.platform.services.environment that return AbstractProcessService.RunnableWithStopModifier and TypeMethodDescriptionAbstractProcessService.redirectIO(InputStream in, PrintStream dest) Redirects an input stream to another stream (in parallel).AbstractProcessService.redirectIO(InputStream in, PrintStream dest, Function<String, Boolean> handler) Redirects an input stream to another stream (in parallel).Methods in de.iip_ecosphere.platform.services.environment with parameters of type AbstractProcessService.RunnableWithStopModifier and TypeMethodDescriptionprotected voidAbstractRunnablesService.register(AbstractProcessService.RunnableWithStop runnable) Registers a runnable that shall be stopped inAbstractRunnablesService.stop().