public class CoreServerConfigBean
extends java.lang.Object
| Constructor and Description |
|---|
CoreServerConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getMemoryPacketSizes()
Gets the memory packet sizes.
|
boolean |
getThreadPoolDebug()
Checks if is thread pool debug.
|
java.lang.Integer |
getThreadPoolInit()
Gets the thread pool init.
|
java.lang.Integer |
getThreadPoolMax()
Gets the thread pool max.
|
void |
setMemoryPacketSizes(java.util.List memoryPacketSizes)
Sets the memory packet sizes.
|
void |
setThreadPoolDebug(boolean threadPoolDebug)
Sets the thread pool debug.
|
void |
setThreadPoolInit(java.lang.Integer threadPoolInit)
Sets the thread pool init.
|
void |
setThreadPoolMax(java.lang.Integer threadPoolMax)
Sets the thread pool max.
|
public java.lang.Integer getThreadPoolInit()
public void setThreadPoolInit(java.lang.Integer threadPoolInit)
threadPoolInit - the new thread pool initpublic java.lang.Integer getThreadPoolMax()
public void setThreadPoolMax(java.lang.Integer threadPoolMax)
threadPoolMax - the new thread pool maxpublic boolean getThreadPoolDebug()
public void setThreadPoolDebug(boolean threadPoolDebug)
threadPoolDebug - the new thread pool debugpublic java.util.List getMemoryPacketSizes()
public void setMemoryPacketSizes(java.util.List memoryPacketSizes)
memoryPacketSizes - the new memory packet sizesCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.