org.apache.jdo.impl.enhancer.util
Class Timer.MethodDescriptor

java.lang.Object
  extended byorg.apache.jdo.impl.enhancer.util.Timer.MethodDescriptor
Enclosing class:
Timer

private static class Timer.MethodDescriptor
extends java.lang.Object


Field Summary
(package private)  int calls
           
(package private)  int instantiations
           
(package private)  java.lang.String name
           
(package private)  long self
           
(package private)  long total
           
 
Constructor Summary
(package private) Timer.MethodDescriptor(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

final java.lang.String name

instantiations

int instantiations

calls

int calls

self

long self

total

long total
Constructor Detail

Timer.MethodDescriptor

Timer.MethodDescriptor(java.lang.String name)