com.ibm.wsspi.cache.web

Class ESIStats.ESIServerStats

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.web.ESIStats.ESIServerStats
Enclosing class:
ESIStats

  1. public static class ESIStats.ESIServerStats
  2. extends java.lang.Object
An ESIServerStats is a logical grouping of ESIProcessorStats objects, grouped by hostname.

Nested Class Summary

Modifier and Type Class and Description
  1. static class
ESIStats.ESIServerStats.ESIProcessorStats

Constructor Summary

Constructor and Description
ESIStats.ESIServerStats(com.ibm.ws.cache.servlet.ESIServerStats esiss)

Method Summary

Modifier and Type Method and Description
  1. void
addProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats processorStats)
  1. java.lang.String
getHostName()
  1. ESIStats.ESIServerStats.ESIProcessorStats[]
getProcessorStats()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ESIStats.ESIServerStats

  1. public ESIStats.ESIServerStats( com.ibm.ws.cache.servlet.ESIServerStats esiss)

Method Detail

getHostName

  1. public java.lang.String getHostName( )

addProcessorStats

  1. public void addProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats processorStats)

getProcessorStats

  1. public ESIStats.ESIServerStats.ESIProcessorStats[] getProcessorStats( )