public class MetricsJavassistMethod extends Metrics implements JavassistMethod
Metrics.Entry| Constructor and Description |
|---|
MetricsJavassistMethod(JavassistMethod delegate,
String sig) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args)
Invoke the method
|
doRecordTime, outputEntriesByInvocations, outputEntriesByTime, recordTime, sortByInvocations, sortByTimepublic MetricsJavassistMethod(JavassistMethod delegate, String sig)
public Object invoke(Object target, Object[] args) throws Throwable
JavassistMethodinvoke in interface JavassistMethodtarget - the targetargs - the parametersThrowable - for any errorCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.