public interface NonstopExecutorService
Modifier and Type | Field and Description |
---|---|
static String |
PRINT_STACK_TRACE_ON_EXCEPTION_PROPERTY
System property name which if set to true prints stack trace of nonstop thread upon exception
|
static final String PRINT_STACK_TRACE_ON_EXCEPTION_PROPERTY
<V> V execute(Callable<V> callable, long timeoutValueInMillis) throws TimeoutException, CacheException, InterruptedException
Callable
task with timeout. If the task does not complete within the timeout specified, throws a
TimeoutException
V
- callable
- timeoutValueInMillis
- TimeoutException
CacheException
InterruptedException
void shutdown()
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.