com.ibm.wsspi.cache
Class ESIStats

java.lang.Object
  extended by com.ibm.wsspi.cache.ESIStats

public class ESIStats
extends java.lang.Object

This is the mechanism to provide Edge cache statistics to the CacheMonitor.


Nested Class Summary
 class ESIStats.ESIServerStats
           
 
Constructor Summary
ESIStats()
           
 
Method Summary
 void clear()
           
 void clearCaches()
           
 void gather()
           
 boolean getGatherEntries()
           
 ESIStats.ESIServerStats[] getServerStats()
           
 void resetCounters()
           
 void setGatherEntries(boolean gatherEntries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESIStats

public ESIStats()
Method Detail

getGatherEntries

public boolean getGatherEntries()

setGatherEntries

public void setGatherEntries(boolean gatherEntries)

gather

public void gather()
            throws java.io.IOException
Throws:
java.io.IOException

getServerStats

public ESIStats.ESIServerStats[] getServerStats()

clear

public void clear()

resetCounters

public void resetCounters()
                   throws java.io.IOException
Throws:
java.io.IOException

clearCaches

public void clearCaches()
                 throws java.io.IOException
Throws:
java.io.IOException