----- Original Message ----- 
From: "Mike Stover" <[EMAIL PROTECTED]>
To: "JMeter Users List" <[EMAIL PROTECTED]>
Sent: Monday, February 17, 2003 4:05 PM
Subject: Re: Sharing objects between samplers ?


> What you're doing is similar to what the JMeterVariables object provides you - a 
> place to store values by thread.  By implementing the ThreadListener interface, 
> you are given access to the JMeterVariables.  Currently, it only allows the storage 
> of string variables, but there's no reason you could simply modify it to store 
>objects 
> as well.

You mean I should change and recompile this JMeterVariables class to add storing of 
java objects other then String ?
Maybe this question sounds stupid, but I'm just newbie who is scared of changing core 
APIs ...

Regards,
Vjeran


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to