Package org.hibernate.testing.async
Class ExecutableAdapter
- java.lang.Object
-
- org.hibernate.testing.async.ExecutableAdapter
-
- All Implemented Interfaces:
java.lang.Runnable
public class ExecutableAdapter extends java.lang.Object implements java.lang.Runnable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutableAdapter.ExceptionWrapper
-
Constructor Summary
Constructors Constructor Description ExecutableAdapter(Executable executable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDone()
void
reThrowAnyErrors()
void
run()
-
-
-
Constructor Detail
-
ExecutableAdapter
public ExecutableAdapter(Executable executable)
-
-