JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.javassist
Interface JavassistMethod

All Known Implementing Classes:
MetricsJavassistMethod

public interface JavassistMethod

JavassistMethod

Will typically be implemented by a generated class to make calls to a particular target method

Version:
$Revision: 102910 $
Author:
Adrian Brock

Method Summary
 Object invoke(Object target, Object[] args)
          Invoke the method
 

Method Detail

invoke

Object invoke(Object target,
              Object[] args)
              throws Throwable
Invoke the method

Parameters:
target - the target
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.