On 7 February 2011 12:33, Lance Ingram <lancei.ing...@gmail.com> wrote: > Hi All > > > I am busy developing a JMeter plug-in and I wanted to know whether it’s > possible for a listener to be instantiated only once? I have investigated > summary_report code and I noted that the add (SampleTest) is created for > each sampler which is called thus creating my listener multiple times.
I don't follow that. The add(SampleResult) method is called for each sample, and does not create a new instance. > I just want to be able to start the listener once and wait upon the sampler > request. > Have look at the NoThreadClone interface. > > Is this possible? If so which class or listener must I base my code on as an > example for JMeter. > > > > Thank and Regards > > Lance > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org