public interface ICommand<T> extends Callable<T>
T
execute()
call
T execute() throws Exception
Exception
lpezet