org.glassfish.gmbal.impl
Interface ManagedObjectManagerImpl.DummyTimeStatistic

All Superinterfaces:
ManagedObjectManagerImpl.DummyStatistic
Enclosing class:
ManagedObjectManagerImpl

@ManagedData
@Description(value="Specifies standard timing measurements")
@InheritedAttributes(value={@InheritedAttribute(methodName="getCount",description="Number of times the operation was invoked since the beginning of this measurement"),@InheritedAttribute(methodName="getMaxTime",description="The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement"),@InheritedAttribute(methodName="getMinTime",description="The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement"),@InheritedAttribute(methodName="getTotalTime",description="The total amount of time taken to complete every invocation of this operation since the beginning of this measurement")})
public static interface ManagedObjectManagerImpl.DummyTimeStatistic
extends ManagedObjectManagerImpl.DummyStatistic