org.compass.core.executor.workmanager
Class RunnableCallableAdapter<T>
java.lang.Object
org.compass.core.executor.workmanager.RunnableCallableAdapter<T>
- All Implemented Interfaces:
- Callable
public class RunnableCallableAdapter<T>
- extends Object
- implements Callable
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableCallableAdapter
public RunnableCallableAdapter(Runnable delegate)
call
public T call()
throws Exception
- Specified by:
call in interface Callable
- Throws:
Exception
Copyright (c) 2004-2008 The Compass Project.