nextapp.echoservlet.util
Class HeapInspector.Count

java.lang.Object
  extended by nextapp.echoservlet.util.HeapInspector.Count
Enclosing class:
HeapInspector

public static class HeapInspector.Count
extends java.lang.Object


Constructor Summary
HeapInspector.Count()
           
 
Method Summary
 void decrease()
           
 java.lang.Class getClazz()
           
 int getCount()
           
 void increase()
           
 void setClazz(java.lang.Class clazz)
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapInspector.Count

public HeapInspector.Count()
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

increase

public void increase()

decrease

public void decrease()

getClazz

public java.lang.Class getClazz()

setClazz

public void setClazz(java.lang.Class clazz)