public class ManagedScheduledExecutorServiceConfig extends BaseConfig
BaseConfig.TYPE
contextInfo, 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, parseLong
public 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 © 2020. All rights reserved.