Class SingleEndpointPool.KeepAliveCleanerTaskResolver
- java.lang.Object
-
- org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTaskResolver
-
- All Implemented Interfaces:
org.glassfish.grizzly.utils.DelayedExecutor.Resolver<SingleEndpointPool.KeepAliveCleanerTask>
- Enclosing class:
- SingleEndpointPool<E>
protected static final class SingleEndpointPool.KeepAliveCleanerTaskResolver extends Object implements org.glassfish.grizzly.utils.DelayedExecutor.Resolver<SingleEndpointPool.KeepAliveCleanerTask>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeepAliveCleanerTaskResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimeoutMillis(SingleEndpointPool.KeepAliveCleanerTask cleanerTask)booleanremoveTimeout(SingleEndpointPool.KeepAliveCleanerTask cleanerTask)voidsetTimeoutMillis(SingleEndpointPool.KeepAliveCleanerTask cleanerTask, long timeoutMillis)
-
-
-
Method Detail
-
removeTimeout
public boolean removeTimeout(SingleEndpointPool.KeepAliveCleanerTask cleanerTask)
- Specified by:
removeTimeoutin interfaceorg.glassfish.grizzly.utils.DelayedExecutor.Resolver<SingleEndpointPool.KeepAliveCleanerTask>
-
getTimeoutMillis
public long getTimeoutMillis(SingleEndpointPool.KeepAliveCleanerTask cleanerTask)
- Specified by:
getTimeoutMillisin interfaceorg.glassfish.grizzly.utils.DelayedExecutor.Resolver<SingleEndpointPool.KeepAliveCleanerTask>
-
setTimeoutMillis
public void setTimeoutMillis(SingleEndpointPool.KeepAliveCleanerTask cleanerTask, long timeoutMillis)
- Specified by:
setTimeoutMillisin interfaceorg.glassfish.grizzly.utils.DelayedExecutor.Resolver<SingleEndpointPool.KeepAliveCleanerTask>
-
-