org.glassfish.flashlight.datatree
Interface MethodInvoker
- All Superinterfaces:
- TreeElement
public interface MethodInvoker
- extends TreeElement
A method implementation can be setup to return a value for a particular statistic
On a call to TreeElement.getValue(), the method
object on the instance is invoked
- Author:
- Harpreet Singh
setMethod
void setMethod(Method m)
getMethod
Method getMethod()
setInstance
void setInstance(Object i)
getInstance
Object getInstance()
Copyright © 2012 GlassFish Community. All Rights Reserved.