public static class MadvocConfig.AsyncConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
corePoolSize |
protected long |
keepAliveTimeMillis |
protected int |
maximumPoolSize |
protected int |
queueCapacity |
| Constructor and Description |
|---|
AsyncConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorePoolSize() |
long |
getKeepAliveTimeMillis() |
int |
getMaximumPoolSize() |
int |
getQueueCapacity() |
void |
setCorePoolSize(int corePoolSize) |
void |
setKeepAliveTimeMillis(long keepAliveTimeMillis) |
void |
setMaximumPoolSize(int maximumPoolSize) |
void |
setQueueCapacity(int queueCapacity) |
java.lang.String |
toString() |
protected int corePoolSize
protected int maximumPoolSize
protected long keepAliveTimeMillis
protected int queueCapacity
public int getCorePoolSize()
public void setCorePoolSize(int corePoolSize)
public int getMaximumPoolSize()
public void setMaximumPoolSize(int maximumPoolSize)
public long getKeepAliveTimeMillis()
public void setKeepAliveTimeMillis(long keepAliveTimeMillis)
public int getQueueCapacity()
public void setQueueCapacity(int queueCapacity)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2003-2013 Jodd Team