Uses of Interface
de.iip_ecosphere.platform.services.environment.AbstractProcessService.RunnableWithStop
-
Packages that use AbstractProcessService.RunnableWithStop Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
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.RunnableWithStop Modifier and Type Field Description private java.util.List<AbstractProcessService.RunnableWithStop>AbstractRunnablesService. runnablesMethods in de.iip_ecosphere.platform.services.environment that return AbstractProcessService.RunnableWithStop Modifier and Type Method Description static AbstractProcessService.RunnableWithStopAbstractProcessService. redirectIO(java.io.InputStream in, java.io.PrintStream dest)Redirects an input stream to another stream (in parallel).Methods in de.iip_ecosphere.platform.services.environment with parameters of type AbstractProcessService.RunnableWithStop Modifier and Type Method Description protected voidAbstractRunnablesService. register(AbstractProcessService.RunnableWithStop runnable)Registers a runnable that shall be stopped inAbstractRunnablesService.stop().
-