org.apache.jmeter.visualizers
Class TableVisualizer.SampleSuccessFunctor
- TableVisualizer
public static class TableVisualizer.SampleSuccessFunctor
Object | invoke(Object p_invokee) - Invoke the method on a given object.
|
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.
invoke
public Object invoke(Object p_invokee)
Invoke the method on a given object.
- invoke in interface Functor
p_invokee
- - provides the object to call; ignored if the class or object were provided to the constructor
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.