Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.samplers » [javadoc | source]
org.apache.jmeter.samplers
public class: RemoteSampleListenerImpl [javadoc | source]
java.lang.Object
   java.rmi.server.RemoteObject
      java.rmi.server.RemoteServer
         java.rmi.server.UnicastRemoteObject
            org.apache.jmeter.samplers.RemoteSampleListenerImpl

All Implemented Interfaces:
    SampleListener, TestListener, RemoteSampleListener, Serializable, Remote

Implementation of remote sampler listener, also supports TestListener
Fields inherited from java.rmi.server.RemoteObject:
ref
Constructor:
 public RemoteSampleListenerImpl(Object listener) throws RemoteException 
Method from org.apache.jmeter.samplers.RemoteSampleListenerImpl Summary:
processBatch,   sampleOccurred,   sampleStarted,   sampleStopped,   testEnded,   testEnded,   testIterationStart,   testStarted,   testStarted
Methods from java.rmi.server.UnicastRemoteObject:
clone,   exportObject,   exportObject,   exportObject,   unexportObject
Methods from java.rmi.server.RemoteServer:
getClientHost,   getLog,   setLog
Methods from java.rmi.server.RemoteObject:
equals,   getRef,   hashCode,   toString,   toStub
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.samplers.RemoteSampleListenerImpl Detail:
 public  void processBatch(List samples) 
    This method is called remotely and fires a list of samples events received locally. The function is to reduce network load when using remote testing.
 public  void sampleOccurred(SampleEvent e) 
 public  void sampleStarted(SampleEvent e) 
    A sample has started.
 public  void sampleStopped(SampleEvent e) 
    A sample has stopped.
 public  void testEnded() 
 public  void testEnded(String host) 
 public  void testIterationStart(LoopIterationEvent event) 
 public  void testStarted() 
 public  void testStarted(String host)