Uses of Class
org.kiwiproject.base.process.KillSignal
-
Packages that use KillSignal Package Description org.kiwiproject.base.process -
-
Uses of KillSignal in org.kiwiproject.base.process
Methods in org.kiwiproject.base.process that return KillSignal Modifier and Type Method Description static KillSignalKillSignal. valueOf(String name)Returns the enum constant of this type with the specified name.static KillSignal[]KillSignal. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.base.process with parameters of type KillSignal Modifier and Type Method Description static intProcesses. kill(long processId, KillSignal signal, long timeout, TimeUnit unit, KillTimeoutAction action)Kill a process, waiting up totimeoutin the specifiedTimeUnitfor it to terminate.static intProcesses. kill(long processId, KillSignal signal, KillTimeoutAction action)Kill a process, waiting up toProcesses.DEFAULT_KILL_TIMEOUT_SECONDSseconds for it to terminate.intProcessHelper. kill(long processId, KillSignal signal, long timeout, TimeUnit unit, KillTimeoutAction action)Kill a process, waiting up totimeoutin the specifiedTimeUnitfor it to terminate.intProcessHelper. kill(long processId, KillSignal signal, KillTimeoutAction action)Kill a process, waiting up toProcesses.DEFAULT_KILL_TIMEOUT_SECONDSseconds for it to terminate.
-