Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.samplers » [javadoc | source]
org.apache.jmeter.samplers
public class: RemoteListenerWrapper [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.samplers.RemoteListenerWrapper

All Implemented Interfaces:
    SampleListener, TestListener, NoThreadClone, Serializable, TestElement

Lars-Erik Helander provided the idea (and original implementation) for the caching functionality (sampleStore).
Constructor:
 public RemoteListenerWrapper() 
 public RemoteListenerWrapper(RemoteSampleListener l) 
Method from org.apache.jmeter.samplers.RemoteListenerWrapper Summary:
sampleOccurred,   sampleStarted,   sampleStopped,   testEnded,   testEnded,   testIterationStart,   testStarted,   testStarted
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.samplers.RemoteListenerWrapper Detail:
 public  void sampleOccurred(SampleEvent e) 
 public  void sampleStarted(SampleEvent e) 
 public  void sampleStopped(SampleEvent e) 
 public  void testEnded() 
 public  void testEnded(String host) 
 public  void testIterationStart(LoopIterationEvent event) 
 public  void testStarted() 
 public  void testStarted(String host)