Uses of Class
org.glassfish.grizzly.utils.DelayedExecutor

Packages that use DelayedExecutor
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
protected  DelayedExecutor ThreadPoolConfig.transactionMonitor
           
 

Methods in org.glassfish.grizzly.threadpool that return DelayedExecutor
 DelayedExecutor ThreadPoolConfig.getTransactionMonitor()
           
 

Methods in org.glassfish.grizzly.threadpool with parameters of type DelayedExecutor
 ThreadPoolConfig ThreadPoolConfig.setTransactionMonitor(DelayedExecutor transactionMonitor)
           
 ThreadPoolConfig ThreadPoolConfig.setTransactionTimeout(DelayedExecutor transactionMonitor, long transactionTimeout, TimeUnit timeunit)
           
 

Constructors in org.glassfish.grizzly.threadpool with parameters of type DelayedExecutor
ThreadPoolConfig(String poolName, int corePoolSize, int maxPoolSize, Queue<Runnable> queue, int queueLimit, long keepAliveTime, TimeUnit timeUnit, ThreadFactory threadFactory, int priority, MemoryManager mm, DelayedExecutor transactionMonitor, long transactionTimeoutMillis)
           
 

Uses of DelayedExecutor in org.glassfish.grizzly.utils
 

Constructors in org.glassfish.grizzly.utils with parameters of type DelayedExecutor
IdleTimeoutFilter(DelayedExecutor executor, boolean needStartExecutor, long timeout, TimeUnit timeunit)
           
IdleTimeoutFilter(DelayedExecutor executor, long timeout, TimeUnit timeunit)
           
SilentConnectionFilter(DelayedExecutor executor, long timeout, TimeUnit timeunit)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.