public interface org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyTimeStatistic extends org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyStatistic
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyTimeStatistic
  super_class: java.lang.Object
{
}
SourceFile: "ManagedObjectManagerImpl.java"
NestHost: org.glassfish.gmbal.impl.ManagedObjectManagerImpl
InnerClasses:
  public abstract DummyStatistic = org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyStatistic of org.glassfish.gmbal.impl.ManagedObjectManagerImpl
  public abstract DummyTimeStatistic = org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyTimeStatistic of org.glassfish.gmbal.impl.ManagedObjectManagerImpl
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedData()
      org.glassfish.gmbal.Description(value = "Specifies standard timing measurements")
      org.glassfish.gmbal.InheritedAttributes(value = {org.glassfish.gmbal.InheritedAttribute(methodName = "getCount", description = "Number of times the operation was invoked since the beginning of this measurement"), org.glassfish.gmbal.InheritedAttribute(methodName = "getMaxTime", description = "The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement"), org.glassfish.gmbal.InheritedAttribute(methodName = "getMinTime", description = "The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement"), org.glassfish.gmbal.InheritedAttribute(methodName = "getTotalTime", description = "The total amount of time taken to complete every invocation of this operation since the beginning of this measurement")})