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

Method Summary
 Object getInstance()
           
 Method getMethod()
           
 void setInstance(Object i)
           
 void setMethod(Method m)
           
 
Methods inherited from interface org.glassfish.flashlight.datatree.TreeElement
getName, getValue, setName
 

Method Detail

setMethod

void setMethod(Method m)

getMethod

Method getMethod()

setInstance

void setInstance(Object i)

getInstance

Object getInstance()


Copyright © 2012 GlassFish Community. All Rights Reserved.