Package org.cip4.jdflib.util
Class ThreadUtil.WaitTimeout<a>
java.lang.Object
org.cip4.jdflib.util.thread.WaitTimeout<a>
org.cip4.jdflib.util.ThreadUtil.WaitTimeout<a>
- Type Parameters:
a- the returned object data type
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ThreadUtil
Deprecated.
use the local class
abstract class to run uninteruptable stuff in an interruptable thread
-
Field Summary
Fields inherited from class org.cip4.jdflib.util.thread.WaitTimeout
baseName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cip4.jdflib.util.thread.WaitTimeout
getBaseName, getWaitedObject, getWaitMillis, handle, peekWaitedObject, run, setBaseName, setup, start, toString
-
Constructor Details
-
WaitTimeout
public WaitTimeout(int millis) Deprecated.
-