|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.config.CoreServerConfigBean
public class CoreServerConfigBean
The Class CoreServerConfigBean.
Constructor Summary | |
---|---|
CoreServerConfigBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreServerConfigBean()
Method Detail |
---|
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 sizes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |