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:
java.lang.Runnable
- Enclosing class:
- ThreadUtil
@Deprecated public abstract static class ThreadUtil.WaitTimeout<a> extends WaitTimeout<a>
Deprecated.use the local classabstract 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 Constructor Description WaitTimeout(int millis)Deprecated.
-
Method Summary
-
Methods inherited from class org.cip4.jdflib.util.thread.WaitTimeout
getBaseName, getWaitedObject, getWaitMillis, handle, peekWaitedObject, run, setBaseName, setup, start, toString
-
-