public class ManagedScheduledExecutorServiceConfig extends BaseConfig
BaseConfig.TYPEcontextInfo, contextInfoEnabled, jndiName| Constructor and Description |
|---|
ManagedScheduledExecutorServiceConfig(ManagedScheduledExecutorService config) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorePoolSize() |
int |
getHungAfterSeconds() |
long |
getKeepAliveSeconds() |
long |
getThreadLifeTimeSeconds() |
int |
getThreadPriority() |
BaseConfig.TYPE |
getType() |
boolean |
isLongRunningTasks() |
getContextInfo, getContextInfoEnabled, getJndiName, parseInt, parseLongpublic ManagedScheduledExecutorServiceConfig(ManagedScheduledExecutorService config)
public int getHungAfterSeconds()
public boolean isLongRunningTasks()
public int getThreadPriority()
public int getCorePoolSize()
public long getKeepAliveSeconds()
public long getThreadLifeTimeSeconds()
public BaseConfig.TYPE getType()
Copyright © 2017. All rights reserved.