public class BootstrapConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapConfiguration.ThreadPoolType |
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_KEEP_ALIVE_TIME
Default keep-alive time in seconds
|
static int |
DEFAULT_THREAD_POOL_SIZE |
| Constructor and Description |
|---|
BootstrapConfiguration(ResourceLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeployerThreads() |
int |
getPreloaderThreads() |
long |
getThreadPoolKeepAliveTime() |
BootstrapConfiguration.ThreadPoolType |
getThreadPoolType() |
boolean |
isConcurrentDeployerEnabled() |
boolean |
isDebug() |
boolean |
isPreloaderEnabled() |
boolean |
isThreadingEnabled() |
public static final int DEFAULT_THREAD_POOL_SIZE
public static final long DEFAULT_KEEP_ALIVE_TIME
public BootstrapConfiguration(ResourceLoader loader)
public int getDeployerThreads()
public int getPreloaderThreads()
public boolean isDebug()
public boolean isThreadingEnabled()
public boolean isConcurrentDeployerEnabled()
public boolean isPreloaderEnabled()
public BootstrapConfiguration.ThreadPoolType getThreadPoolType()
public long getThreadPoolKeepAliveTime()
Copyright © 2012 Seam Framework. All Rights Reserved.