Class ExecutableAdapter

java.lang.Object
org.hibernate.testing.async.ExecutableAdapter
All Implemented Interfaces:
Runnable

public class ExecutableAdapter extends Object implements Runnable
  • Constructor Details

    • ExecutableAdapter

      public ExecutableAdapter(Executable executable)
  • Method Details

    • isDone

      public boolean isDone()
    • reThrowAnyErrors

      public void reThrowAnyErrors()
    • run

      public void run()
      Specified by:
      run in interface Runnable