Uses of Interface
org.glassfish.grizzly.http.server.filecache.FileCacheProbe

Packages that use FileCacheProbe
org.glassfish.grizzly.http.server   
org.glassfish.grizzly.http.server.filecache   
 

Uses of FileCacheProbe in org.glassfish.grizzly.http.server
 

Methods in org.glassfish.grizzly.http.server that return types with arguments of type FileCacheProbe
 MonitoringConfig<FileCacheProbe> HttpServerMonitoringConfig.getFileCacheConfig()
          Get the file cache monitoring config.
 

Uses of FileCacheProbe in org.glassfish.grizzly.http.server.filecache
 

Classes in org.glassfish.grizzly.http.server.filecache that implement FileCacheProbe
static class FileCacheProbe.Adapter
          FileCacheProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
 

Fields in org.glassfish.grizzly.http.server.filecache with type parameters of type FileCacheProbe
protected  AbstractJmxMonitoringConfig<FileCacheProbe> FileCache.monitoringConfig
          File cache probes
 

Methods in org.glassfish.grizzly.http.server.filecache that return types with arguments of type FileCacheProbe
 JmxMonitoringConfig<FileCacheProbe> FileCache.getMonitoringConfig()
          
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.