Uses of Class
org.glassfish.grizzly.utils.DelayedExecutor
-
Packages that use DelayedExecutor Package Description org.glassfish.grizzly.threadpool org.glassfish.grizzly.utils -
-
Uses of DelayedExecutor in org.glassfish.grizzly.threadpool
Fields in org.glassfish.grizzly.threadpool declared as DelayedExecutor Modifier and Type Field Description protected DelayedExecutorThreadPoolConfig. transactionMonitorMethods in org.glassfish.grizzly.threadpool that return DelayedExecutor Modifier and Type Method Description DelayedExecutorThreadPoolConfig. getTransactionMonitor()Methods in org.glassfish.grizzly.threadpool with parameters of type DelayedExecutor Modifier and Type Method Description ThreadPoolConfigThreadPoolConfig. setTransactionMonitor(DelayedExecutor transactionMonitor)ThreadPoolConfigThreadPoolConfig. setTransactionTimeout(DelayedExecutor transactionMonitor, long transactionTimeout, TimeUnit timeunit) -
Uses of DelayedExecutor in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return DelayedExecutor Modifier and Type Method Description static DelayedExecutorActivityCheckFilter. createDefaultIdleDelayedExecutor()static DelayedExecutorActivityCheckFilter. createDefaultIdleDelayedExecutor(long checkInterval, TimeUnit checkIntervalUnit)static DelayedExecutorIdleTimeoutFilter. createDefaultIdleDelayedExecutor()static DelayedExecutorIdleTimeoutFilter. createDefaultIdleDelayedExecutor(long checkInterval, TimeUnit checkIntervalUnit)
-