org.apache.jmeter.visualizers

Class TableVisualizer.SampleSuccessFunctor

Enclosing Class:
TableVisualizer

public static class TableVisualizer.SampleSuccessFunctor
extends Functor

Constructor Summary

SampleSuccessFunctor(String methodName)
Create a functor with just the method name.

Method Summary

Object
invoke(Object p_invokee)
Invoke the method on a given object.

Methods inherited from class org.apache.jorphan.reflect.Functor

checkMethod, checkMethod, invoke, invoke, invoke, invoke, toString

Constructor Details

SampleSuccessFunctor

public SampleSuccessFunctor(String methodName)
Create a functor with just the method name. The invokee and any parameters must be provided in all invoke() calls.
Parameters:

Method Details

invoke

public Object invoke(Object p_invokee)
Invoke the method on a given object.
Overrides:
invoke in interface Functor
Parameters:
p_invokee - - provides the object to call; ignored if the class or object were provided to the constructor
Returns:
the value

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.