Class ManagedScheduledExecutorServiceConfig
- java.lang.Object
-
- org.glassfish.concurrent.runtime.deployer.BaseConfig
-
- org.glassfish.concurrent.runtime.deployer.ManagedScheduledExecutorServiceConfig
-
- All Implemented Interfaces:
Serializable
public class ManagedScheduledExecutorServiceConfig extends BaseConfig
Contains configuration information for a ManagedScheduledExecutorService object- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.concurrent.runtime.deployer.BaseConfig
BaseConfig.TYPE
-
-
Field Summary
-
Fields inherited from class org.glassfish.concurrent.runtime.deployer.BaseConfig
contextInfo, contextInfoEnabled, jndiName
-
-
Constructor Summary
Constructors Constructor Description ManagedScheduledExecutorServiceConfig(ManagedScheduledExecutorService config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContext()
int
getCorePoolSize()
int
getHungAfterSeconds()
long
getKeepAliveSeconds()
long
getThreadLifeTimeSeconds()
int
getThreadPriority()
BaseConfig.TYPE
getType()
boolean
isLongRunningTasks()
-
Methods inherited from class org.glassfish.concurrent.runtime.deployer.BaseConfig
getContextInfo, getContextInfoEnabled, getJndiName, isContextInfoEnabledBoolean, parseInt, parseLong
-
-
-
-
Constructor Detail
-
ManagedScheduledExecutorServiceConfig
public ManagedScheduledExecutorServiceConfig(ManagedScheduledExecutorService config)
-
-
Method Detail
-
getHungAfterSeconds
public int getHungAfterSeconds()
-
isLongRunningTasks
public boolean isLongRunningTasks()
-
getThreadPriority
public int getThreadPriority()
-
getCorePoolSize
public int getCorePoolSize()
-
getKeepAliveSeconds
public long getKeepAliveSeconds()
-
getThreadLifeTimeSeconds
public long getThreadLifeTimeSeconds()
-
getContext
public String getContext()
-
getType
public BaseConfig.TYPE getType()
-
-