Uses of Interface
org.zeroturnaround.exec.listener.ProcessDestroyer
-
Packages that use ProcessDestroyer Package Description org.zeroturnaround.exec org.zeroturnaround.exec.listener -
-
Uses of ProcessDestroyer in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec with parameters of type ProcessDestroyer Modifier and Type Method Description ProcessExecutorProcessExecutor. addDestroyer(ProcessDestroyer destroyer)Adds a process destroyer to be notified when the process starts and stops.ProcessExecutorProcessExecutor. 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 ProcessDestroyer Modifier and Type Class Description classShutdownHookProcessDestroyerDestroys all registeredProcesses when the VM exits.Fields in org.zeroturnaround.exec.listener declared as ProcessDestroyer Modifier and Type Field Description private ProcessDestroyerDestroyerListenerAdapter. destroyerstatic ProcessDestroyerShutdownHookProcessDestroyer. INSTANCESingleton instance of theShutdownHookProcessDestroyer.Constructors in org.zeroturnaround.exec.listener with parameters of type ProcessDestroyer Constructor Description DestroyerListenerAdapter(ProcessDestroyer destroyer)
-