Package org.jgroups.util
Class AsyncExecutor.Task<T>
- java.lang.Object
-
- org.jgroups.util.AsyncExecutor.Task<T>
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AsyncExecutor<T>
protected static class AsyncExecutor.Task<T> extends java.lang.Object implements java.lang.Runnable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AsyncExecutor.Task<T>
completeExceptionally(java.lang.Throwable t)
void
run()
-
-
-
Method Detail
-
completeExceptionally
protected AsyncExecutor.Task<T> completeExceptionally(java.lang.Throwable t)
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-