eu.cedarsoft.async
Class AsyncCallSupport2<T>

java.lang.Object
  extended by eu.cedarsoft.async.AsyncCallSupport2<T>

public class AsyncCallSupport2<T>
extends java.lang.Object


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

AsyncCallSupport2

public AsyncCallSupport2()
Method Detail

invoke

@NotNull
public java.util.concurrent.Future<T> invoke(@NotNull
                                                     java.util.concurrent.Callable<T> callable)
                                      throws AsynchroniousInvocationException
Throws:
AsynchroniousInvocationException

shutdown

public void shutdown()

isShutdown

public boolean isShutdown()


Copyright © 2008 cedarsoft GmbH. All Rights Reserved.