public AsynchronousRunner(Executor executor)
public Future<Object> runAsync(Object object, Method method, Object... arguments)
object - The object which will have the method invokedmethod - The method to be invokedarguments - The invocation argumentsFuture containing the method return valueCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.