Uses of Interface
org.apache.commons.exec.ProcessDestroyer

Packages that use ProcessDestroyer
org.apache.commons.exec   
 

Uses of ProcessDestroyer in org.apache.commons.exec
 

Classes in org.apache.commons.exec that implement ProcessDestroyer
 class ShutdownHookProcessDestroyer
          Destroys all registered Processes when the VM exits.
 

Methods in org.apache.commons.exec that return ProcessDestroyer
 ProcessDestroyer Executor.getProcessDestroyer()
          Set the handler for cleanup of started processes if the main process is going to terminate.
 ProcessDestroyer DefaultExecutor.getProcessDestroyer()
           
 

Methods in org.apache.commons.exec with parameters of type ProcessDestroyer
 void Executor.setProcessDestroyer(ProcessDestroyer processDestroyer)
          Get the handler for cleanup of started processes if the main process is going to terminate.
 void DefaultExecutor.setProcessDestroyer(ProcessDestroyer processDestroyer)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.