Class Uptime.DefaultImpl

  • All Implemented Interfaces:
    Uptime.Impl
    Enclosing class:
    Uptime

    public static class Uptime.DefaultImpl
    extends java.lang.Object
    implements Uptime.Impl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object mxBean  
      java.lang.reflect.Method uptimeMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultImpl()  
    • Method Summary

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

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

      • mxBean

        public java.lang.Object mxBean
      • uptimeMethod

        public java.lang.reflect.Method uptimeMethod
    • Constructor Detail

      • DefaultImpl

        public DefaultImpl()