org.jboss.reflect.plugins.javassist.metrics
Class MetricsJavassistField
java.lang.Object
org.jboss.reflect.plugins.javassist.metrics.Metrics
org.jboss.reflect.plugins.javassist.metrics.MetricsJavassistField
- All Implemented Interfaces:
- JavassistField, MetricsMBean
public class MetricsJavassistField
- extends Metrics
- implements JavassistField
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
Nested classes/interfaces inherited from class org.jboss.reflect.plugins.javassist.metrics.Metrics |
Metrics.Entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsJavassistField
public MetricsJavassistField(JavassistField delegate,
String sig)
get
public Object get(Object target)
throws Throwable
- Description copied from interface:
JavassistField
- Get the field
- Specified by:
get
in interface JavassistField
- Parameters:
target
- the target
- Returns:
- the result
- Throws:
Throwable
- for any error
set
public void set(Object target,
Object value)
throws Throwable
- Description copied from interface:
JavassistField
- Set the field
- Specified by:
set
in interface JavassistField
- Parameters:
target
- the targetvalue
- the value
- Throws:
Throwable
- for any error
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.