Package org.hibernate.testing.async
Class TimedExecutor
- java.lang.Object
-
- org.hibernate.testing.async.TimedExecutor
-
public class TimedExecutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimedExecutor(long timeOut)
TimedExecutor(long timeOut, int checkMilliSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Executable executable)
-
-
-
Method Detail
-
execute
public void execute(Executable executable) throws java.util.concurrent.TimeoutException
- Throws:
java.util.concurrent.TimeoutException
-
-