@Deprecated
public class WatchDog
extends ptolemy.util.test.WatchDog
Red (cxh) |
Red (cxh) |
Constructor and Description |
---|
WatchDog(long timeToDie)
Deprecated.
Use ptolemy.util.test.WatchDog instead.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Deprecated.
Use ptolemy.util.test.WatchDog instead.
|
void |
setExitOnTimeOut(boolean exitOnTimeOut)
Deprecated.
Use ptolemy.util.test.WatchDog instead.
|
@Deprecated public WatchDog(long timeToDie)
timeToDie
- The time in millesconds when the timer will
go off.@Deprecated public void cancel()
cancel
in class ptolemy.util.test.WatchDog
@Deprecated public void setExitOnTimeOut(boolean exitOnTimeOut)
setExitOnTimeOut
in class ptolemy.util.test.WatchDog
exitOnTimeOut
- True if the JVM will exit when
the time interval has passed.