public class ManagedScheduledExecutorServiceConfig extends BaseConfig
BaseConfig.TYPEcontextInfo, contextInfoEnabled, jndiName| Constructor and Description |
|---|
ManagedScheduledExecutorServiceConfig(org.glassfish.concurrent.config.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(org.glassfish.concurrent.config.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–2019 Eclipse Foundation. All rights reserved.