|
Loading...
|
jmeter-dev@jakarta.apache.org
[Prev] Thread [Next] | [Prev] Date [Next]
can a ConfigGui get the reference of its Sampler instance? (to pass data back and forth) Anil Philip Mon Dec 27 08:05:19 2004
Question: How can the CorbaConfigGui obtain the reference of the CorbaSampler instance? Is there some way for the Sampler (the 'publisher' or the other way round) to obtain a list of its subscribers and so it can iterate through the list doing instanceOf() on each of them until it finds the CorbaConfigGui? Background: I am writing a CorbaSampler and CorbaConfigGui based upon the TCPSampler and TCPConfigGui. Apparently there does not seem to be direct linkages between components. A component cannot store the reference of another ie. it has no direct knowledge of another. Since it is a plugin, everything is by implementing interfaces or abstract classes. So when the input data file is chosen at the CorbaConfigGui, there does not seem to be any facility for callbacks or notifications for the CorbaSampler to then load the data and return the names of methods. When these names are loaded in the combo box, and one is picked, the input data parameters for that method is returned. Then the Sampler is stored until it is time to run the test. - Thanks, Anil Philip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- RE: does JMeter use log4j? Anil Philip 2004/12/23
- Re: does JMeter use log4j? Peter Lin 2004/12/24
- can a ConfigGui get the reference of its Sampler instance? (to pass data back and forth) Anil Philip 2004/12/27 <=