|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.IOCSymbols
public class IOCSymbols
Configuration symbols used by the IoC container.
| Field Summary | |
|---|---|
static String |
THREAD_POOL_CORE_SIZE
The minimum size of the thread pool. |
static String |
THREAD_POOL_ENABLED
By default, the ParallelExecutor service uses a thread pool. |
static String |
THREAD_POOL_KEEP_ALIVE
Time in milliseconds (via TimeInterval) to keep waiting threads alive. |
static String |
THREAD_POOL_MAX_SIZE
Maximium size of the thread pool, which defaults to 10. |
static String |
THREAD_POOL_QUEUE_SIZE
The size of the task queue. |
| Constructor Summary | |
|---|---|
IOCSymbols()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String THREAD_POOL_CORE_SIZE
public static final String THREAD_POOL_QUEUE_SIZE
The default is 100.
public static final String THREAD_POOL_MAX_SIZE
public static final String THREAD_POOL_KEEP_ALIVE
TimeInterval) to keep waiting threads alive.
Default is one minute.
public static final String THREAD_POOL_ENABLED
ParallelExecutor service uses a thread pool. In
environments (such as Google Application Engine) where thread creation is not allowed, this can be set to
"false", and deferred logic will, instead, execute immediately.
| Constructor Detail |
|---|
public IOCSymbols()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||