Package org.hibernate.testing.async
Interface Executable
-
public interface Executable
Something we want to perform with protection to time it out.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Perform the actionvoid
timedOut()
Called when the timeout period is exceeded.
-