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 TypeClassDescriptionclass
Destroys all registeredProcess
es when the VM exits.Fields in org.zeroturnaround.exec.listener declared as ProcessDestroyerModifier and TypeFieldDescriptionprivate final ProcessDestroyer
DestroyerListenerAdapter.destroyer
static final ProcessDestroyer
ShutdownHookProcessDestroyer.INSTANCE
Singleton instance of theShutdownHookProcessDestroyer
.Constructors in org.zeroturnaround.exec.listener with parameters of type ProcessDestroyer