JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.javassist.metrics
Class Metrics.Entry

java.lang.Object
  extended by org.jboss.reflect.plugins.javassist.metrics.Metrics.Entry
Enclosing class:
Metrics

public static class Metrics.Entry
extends Object


Constructor Summary
Metrics.Entry(String name)
           
 
Method Summary
 AtomicInteger getInvocations()
           
 String getName()
           
 AtomicLong getNanos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metrics.Entry

public Metrics.Entry(String name)
Method Detail

getName

public String getName()

getInvocations

public AtomicInteger getInvocations()

getNanos

public AtomicLong getNanos()

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.