Uses of Interface
org.apache.commons.exec.ProcessDestroyer
Packages that use ProcessDestroyer
-
Uses of ProcessDestroyer in org.apache.commons.exec
Classes in org.apache.commons.exec that implement ProcessDestroyerModifier and TypeClassDescriptionclassDestroys all registeredProcesses when the VM exits.Fields in org.apache.commons.exec declared as ProcessDestroyerModifier and TypeFieldDescriptionprivate ProcessDestroyerDefaultExecutor.processDestroyeroptional cleanup of started processesMethods in org.apache.commons.exec that return ProcessDestroyerModifier and TypeMethodDescriptionDefaultExecutor.getProcessDestroyer()Executor.getProcessDestroyer()Set the handler for cleanup of started processes if the main process is going to terminate.Methods in org.apache.commons.exec with parameters of type ProcessDestroyerModifier and TypeMethodDescriptionvoidDefaultExecutor.setProcessDestroyer(ProcessDestroyer processDestroyer) voidExecutor.setProcessDestroyer(ProcessDestroyer processDestroyer) Get the handler for cleanup of started processes if the main process is going to terminate.