J2EE1.4 SDK

com.sun.appserv.management.monitor.statistics
Interface DNSStats

All Superinterfaces:
Stats

public interface DNSStats
extends Stats

See Also:
DNSMonitor

Method Summary
 CountStatistic getCountAsyncAddrLookups()
           
 CountStatistic getCountAsyncLookupsInProgress()
           
 CountStatistic getCountAsyncNameLookups()
           
 CountStatistic getCountCacheEntries()
           
 CountStatistic getCountCacheHits()
           
 CountStatistic getCountCacheMisses()
           
 CountStatistic getFlagAsyncEnabled()
           
 CountStatistic getFlagCacheEnabled()
           
 CountStatistic getMaxCacheEntries()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getFlagAsyncEnabled

public CountStatistic getFlagAsyncEnabled()

getCountCacheEntries

public CountStatistic getCountCacheEntries()

getCountAsyncLookupsInProgress

public CountStatistic getCountAsyncLookupsInProgress()

getCountAsyncNameLookups

public CountStatistic getCountAsyncNameLookups()

getCountCacheHits

public CountStatistic getCountCacheHits()

getFlagCacheEnabled

public CountStatistic getFlagCacheEnabled()

getCountAsyncAddrLookups

public CountStatistic getCountAsyncAddrLookups()

getMaxCacheEntries

public CountStatistic getMaxCacheEntries()

getCountCacheMisses

public CountStatistic getCountCacheMisses()

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.