|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecteu.cedarsoft.async.AsyncCallSupport2<T>
public class AsyncCallSupport2<T>
| Constructor Summary | |
|---|---|
AsyncCallSupport2()
|
|
| Method Summary | |
|---|---|
java.util.concurrent.Future<T> |
invoke(java.util.concurrent.Callable<T> callable)
|
boolean |
isShutdown()
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncCallSupport2()
| Method Detail |
|---|
@NotNull
public java.util.concurrent.Future<T> invoke(@NotNull
java.util.concurrent.Callable<T> callable)
throws AsynchroniousInvocationException
AsynchroniousInvocationExceptionpublic void shutdown()
public boolean isShutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||