public abstract class BaseCommand<T> extends Object implements ICommand<T>
BaseCommand()
T
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public BaseCommand()
public T call() throws Exception
call
Callable<T>
Exception
lpezet