org.hibernate.testing.async
Class ExecutableAdapter

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

public class ExecutableAdapter
extends java.lang.Object
implements java.lang.Runnable

Author:
Steve Ebersole

Nested Class Summary
static class ExecutableAdapter.ExceptionWrapper
           
 
Constructor Summary
ExecutableAdapter(Executable executable)
           
 
Method Summary
 boolean isDone()
           
 void reThrowAnyErrors()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutableAdapter

public ExecutableAdapter(Executable executable)
Method Detail

isDone

public boolean isDone()

reThrowAnyErrors

public void reThrowAnyErrors()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2013. All Rights Reserved.