Package org.apache.jmeter.visualizers
Class TableVisualizer.SampleSuccessFunctor
- java.lang.Object
-
- org.apache.jorphan.reflect.Functor
-
- org.apache.jmeter.visualizers.TableVisualizer.SampleSuccessFunctor
-
- Enclosing class:
- TableVisualizer
public static class TableVisualizer.SampleSuccessFunctor extends Functor
-
-
Constructor Summary
Constructors Constructor Description SampleSuccessFunctor(String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, toString
-
-
-
-
Constructor Detail
-
SampleSuccessFunctor
public SampleSuccessFunctor(String methodName)
-
-