public abstract class Operation<T> extends Object implements Callable<T>
Object[]
params
Operation(Object... args)
void
handleException(Exception ex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
call
public Object[] params
public Operation(Object... args)
public void handleException(Exception ex)
Copyright © 2016. All rights reserved.