Class ManagedScheduledExecutorServiceCfg
java.lang.Object
org.glassfish.concurrent.runtime.deployer.cfg.ManagedScheduledExecutorServiceCfg
- All Implemented Interfaces:
Serializable
Contains configuration information for a ManagedScheduledExecutorService object
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManagedScheduledExecutorServiceCfg(org.glassfish.concurrent.config.ManagedScheduledExecutorService config) -
Method Summary
Modifier and TypeMethodDescriptionintintlonglonglonglongintbooleanbooleanboolean
-
Constructor Details
-
ManagedScheduledExecutorServiceCfg
public ManagedScheduledExecutorServiceCfg(org.glassfish.concurrent.config.ManagedScheduledExecutorService config)
-
-
Method Details
-
getServiceConfig
-
getHungAfterSeconds
public int getHungAfterSeconds() -
isHungLoggerPrintOnce
public boolean isHungLoggerPrintOnce() -
getHungLoggerInitialDelaySeconds
public long getHungLoggerInitialDelaySeconds() -
getHungLoggerIntervalSeconds
public long getHungLoggerIntervalSeconds() -
isLongRunningTasks
public boolean isLongRunningTasks() -
getUseVirtualThreads
public boolean getUseVirtualThreads() -
getThreadPriority
public int getThreadPriority() -
getCorePoolSize
public int getCorePoolSize() -
getKeepAliveSeconds
public long getKeepAliveSeconds() -
getThreadLifeTimeSeconds
public long getThreadLifeTimeSeconds()
-