public class SupervisorCommand<T> extends BaseCommand<T>
| Constructor and Description |
|---|
SupervisorCommand(ICommand<T> pImpl,
ExecutorService pExecutorService,
long pTimeout,
TimeUnit pTimeoutUnit) |
SupervisorCommand(ICommand<T> pImpl,
long pTimeout,
TimeUnit pTimeoutUnit) |
| Modifier and Type | Method and Description |
|---|---|
T |
execute() |
callpublic SupervisorCommand(ICommand<T> pImpl, ExecutorService pExecutorService, long pTimeout, TimeUnit pTimeoutUnit)
lpezet