Uses of Interface
org.zeroturnaround.exec.listener.ProcessDestroyer

Packages that use ProcessDestroyer
org.zeroturnaround.exec   
org.zeroturnaround.exec.listener   
 

Uses of ProcessDestroyer in org.zeroturnaround.exec
 

Methods in org.zeroturnaround.exec with parameters of type ProcessDestroyer
 ProcessExecutor ProcessExecutor.addDestroyer(ProcessDestroyer destroyer)
          Adds a process destroyer to be notified when the process starts and stops.
 ProcessExecutor 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 ProcessDestroyer
 class ShutdownHookProcessDestroyer
          Destroys all registered Processes when the VM exits.
 

Fields in org.zeroturnaround.exec.listener declared as ProcessDestroyer
static ProcessDestroyer ShutdownHookProcessDestroyer.INSTANCE
          Singleton instance of the ShutdownHookProcessDestroyer.
 

Constructors in org.zeroturnaround.exec.listener with parameters of type ProcessDestroyer
DestroyerListenerAdapter(ProcessDestroyer destroyer)
           
 



Copyright © 2015 ZeroTurnaround. All rights reserved.