public abstract class CallableTask extends Object implements Callable<String>
protected static String
FAILED
protected Object[]
objects
SUCCESS
CallableTask(Object... objects)
abstract String
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static String SUCCESS
protected static String FAILED
protected Object[] objects
public CallableTask(Object... objects)
public abstract String call() throws Exception
call
Callable<String>
Exception
Copyright © 2022. All rights reserved.