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

Packages that use TimeoutObserver
org.apache.commons.exec   
 

Uses of TimeoutObserver in org.apache.commons.exec
 

Classes in org.apache.commons.exec that implement TimeoutObserver
 class ExecuteWatchdog
          Destroys a process running for too long.
 

Methods in org.apache.commons.exec with parameters of type TimeoutObserver
 void Watchdog.addTimeoutObserver(TimeoutObserver to)
           
 void Watchdog.removeTimeoutObserver(TimeoutObserver to)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.