Package org.alfresco.filesys.config
Class CoreServerConfigBean
java.lang.Object
org.alfresco.filesys.config.CoreServerConfigBean
The Class CoreServerConfigBean.
- Author:
- dward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the memory packet sizes.booleanChecks if is thread pool debug.Gets the thread pool init.Gets the thread pool max.voidsetMemoryPacketSizes(List<MemoryPacketConfigBean> memoryPacketSizes) Sets the memory packet sizes.voidsetThreadPoolDebug(boolean threadPoolDebug) Sets the thread pool debug.voidsetThreadPoolInit(Integer threadPoolInit) Sets the thread pool init.voidsetThreadPoolMax(Integer threadPoolMax) Sets the thread pool max.
-
Constructor Details
-
CoreServerConfigBean
public CoreServerConfigBean()
-
-
Method Details
-
getThreadPoolInit
Gets the thread pool init.- Returns:
- the thread pool init
-
setThreadPoolInit
Sets the thread pool init.- Parameters:
threadPoolInit- the new thread pool init
-
getThreadPoolMax
Gets the thread pool max.- Returns:
- the thread pool max
-
setThreadPoolMax
Sets the thread pool max.- Parameters:
threadPoolMax- the new thread pool max
-
getThreadPoolDebug
public boolean getThreadPoolDebug()Checks if is thread pool debug.- Returns:
- true, if is thread pool debug
-
setThreadPoolDebug
public void setThreadPoolDebug(boolean threadPoolDebug) Sets the thread pool debug.- Parameters:
threadPoolDebug- the new thread pool debug
-
getMemoryPacketSizes
Gets the memory packet sizes.- Returns:
- the memory packet sizes
-
setMemoryPacketSizes
Sets the memory packet sizes.- Parameters:
memoryPacketSizes- the new memory packet sizes
-