Package org.hibernate.testing.async
Interface Executable
public interface Executable
Something we want to perform with protection to time it out.
-
Method Summary
-
Method Details
-
execute
void execute()Perform the action -
timedOut
void timedOut()Called when the timeout period is exceeded.
-