org.alfresco.filesys.config
Class CoreServerConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.CoreServerConfigBean

public class CoreServerConfigBean
extends java.lang.Object

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

CoreServerConfigBean

public CoreServerConfigBean()
Method Detail

getThreadPoolInit

public java.lang.Integer getThreadPoolInit()
Gets the thread pool init.

Returns:
the thread pool init

setThreadPoolInit

public void setThreadPoolInit(java.lang.Integer threadPoolInit)
Sets the thread pool init.

Parameters:
threadPoolInit - the new thread pool init

getThreadPoolMax

public java.lang.Integer getThreadPoolMax()
Gets the thread pool max.

Returns:
the thread pool max

setThreadPoolMax

public void setThreadPoolMax(java.lang.Integer threadPoolMax)
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

public java.util.List getMemoryPacketSizes()
Gets the memory packet sizes.

Returns:
the memory packet sizes

setMemoryPacketSizes

public void setMemoryPacketSizes(java.util.List memoryPacketSizes)
Sets the memory packet sizes.

Parameters:
memoryPacketSizes - the new memory packet sizes


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.