JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.javassist.metrics
Class MetricsJavassistConstructor

java.lang.Object
  extended by org.jboss.reflect.plugins.javassist.metrics.Metrics
      extended by org.jboss.reflect.plugins.javassist.metrics.MetricsJavassistConstructor
All Implemented Interfaces:
JavassistConstructor, MetricsMBean

public class MetricsJavassistConstructor
extends Metrics
implements JavassistConstructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.reflect.plugins.javassist.metrics.Metrics
Metrics.Entry
 
Constructor Summary
MetricsJavassistConstructor(JavassistConstructor delegate, String sig)
           
 
Method Summary
 Object newInstance(Object[] args)
          Invoke the constructor
 
Methods inherited from class org.jboss.reflect.plugins.javassist.metrics.Metrics
doRecordTime, outputEntriesByInvocations, outputEntriesByTime, recordTime, sortByInvocations, sortByTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsJavassistConstructor

public MetricsJavassistConstructor(JavassistConstructor delegate,
                                   String sig)
Method Detail

newInstance

public Object newInstance(Object[] args)
                   throws Throwable
Description copied from interface: JavassistConstructor
Invoke the constructor

Specified by:
newInstance in interface JavassistConstructor
Parameters:
args - the parameters
Returns:
the result
Throws:
Throwable - for any error

JBoss Reflection 2.2.1.SP1

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