com.ibm.wsspi.cache

Class ESIStats.ESIServerStats

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

  1. public 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. 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
clone, equals, finalize, 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( )