Class Footprint.CollectionBeanWrapper

  • Enclosing class:
    Footprint

    public static class Footprint.CollectionBeanWrapper
    extends java.lang.Object
    Wrapper so that possible NoClassDefFoundError can be caught. Instantiating this class will throw a NoClassDefFoundError on JDK 1.4 and earlier.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.management.GarbageCollectorMXBean> clist  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCollectionTime()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clist

        java.util.List<java.lang.management.GarbageCollectorMXBean> clist
    • Constructor Detail

      • CollectionBeanWrapper

        public CollectionBeanWrapper()
    • Method Detail

      • getCollectionTime

        public long getCollectionTime()