Uses of Interface
org.zeroturnaround.exec.listener.ProcessDestroyer
Packages that use ProcessDestroyer
-
Uses of ProcessDestroyer in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec with parameters of type ProcessDestroyerModifier and TypeMethodDescriptionProcessExecutor.addDestroyer(ProcessDestroyer destroyer) Adds a process destroyer to be notified when the process starts and stops.ProcessExecutor.destroyer(ProcessDestroyer destroyer) Sets the process destroyer to be notified when the process starts and stops. -
Uses of ProcessDestroyer in org.zeroturnaround.exec.listener
Classes in org.zeroturnaround.exec.listener that implement ProcessDestroyerModifier and TypeClassDescriptionclassDestroys all registeredProcesses when the VM exits.Fields in org.zeroturnaround.exec.listener declared as ProcessDestroyerModifier and TypeFieldDescriptionprivate final ProcessDestroyerDestroyerListenerAdapter.destroyerstatic final ProcessDestroyerShutdownHookProcessDestroyer.INSTANCESingleton instance of theShutdownHookProcessDestroyer.Constructors in org.zeroturnaround.exec.listener with parameters of type ProcessDestroyer